<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>



<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>:: Acadmico &gt; Cadastros &gt; Perodos</title>
<link rel="stylesheet" type="text/css" href="relatorio%20d_arquivos/estilo.css">
<link rel="stylesheet" href="relatorio%20d_arquivos/jquery.css">
<style type="text/css" media="all">
table {
	border-collapse:collapse;
}
.style3 {
	color: #FF0000
}
</style>
<script language="JavaScript" src="relatorio%20d_arquivos/funcoes.js" type="text/JavaScript"></script>
<script src="relatorio%20d_arquivos/jquery.js" type="text/javascript"></script>
<script src="relatorio%20d_arquivos/jquery_002.js" type="text/javascript"></script>
<script src="relatorio%20d_arquivos/jquery_003.js" type="text/javascript"></script>
<script src="relatorio%20d_arquivos/jquery_004.js" type="text/javascript"></script>
<script language="JavaScript">

        function inicializa() {

            //parent.document.forms[0].height = document.body.scrollHeight+30;

            //parent.parent.document.getElementById('centro').height =
			//	document.body.scrollHeight + 200;
			
        }

        function ValidaPagina(obj,tipoAcao) {
            obj.disabled = true;
			var qtd_Alunos 		= document.getElementById('qtd_Alunos').value;
            var qtd_Disciplinas = document.getElementById('qtd_Disciplinas').value;
            var objNota;
			var qtdCamposBrancos = 0;
            var cd_Aluno = '';
			var cd_Disciplina = '';
            var nr_Nota = '';
            var qtdErro = 0;
			var msg = 'Existem notas maiores do que 10!';
			
            for (i = 1; i <= qtd_Alunos; i++) {
                cd_Aluno = document.getElementById('cd_Aluno_' + i).value;
                for (y = 1; y <= qtd_Disciplinas; y++) {
                	cd_Disciplina = document.getElementById('cd_Disciplina_' + y).value;
					objNota = document.getElementById('nr_Nota_' + cd_Aluno + '_' + cd_Disciplina);
                    nr_Nota = objNota.value.split(',');

                    if (nr_Nota[0] > 10) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
                    else if ((nr_Nota[0] == 10) && (nr_Nota[1] > 0)) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
					else if (objNota.value == '')
					{
						qtdCamposBrancos++;
					}
                }
            }
			//if (qtdCamposBrancos == (qtd_Alunos * qtd_Disciplinas))
			//{
			//	msg = 'Nenhuma nota foi informada!';	
			//	qtdErro = 1;			
			//}
            if (qtdErro == 0) {                
				document.forms[0].action = "AlunoAvaliacao_frmCad.asp?Inc_Alt="+ tipoAcao
				document.forms[0].submit();
            }
            else {
				alert(msg);
                obj.disabled = false;
            }
        }
				
		function selecionaSemestre(obj) {
		
			querystring = "&ci_Turma="+ document.getElementById("cd_Turma").value +
						  "&ci_Disciplina="+ document.getElementById("cd_Disciplina").value +
						  "&cd_CursoTpMapa="+ document.getElementById("cd_CursoTpMapa").value +
						  "&nr_Semestre="+ document.getElementById("nr_Semestre").value +
						  "&ci_Periodo="+ document.getElementById("cd_Periodo").value +						  
						  "&cd_TpEnsino="+ document.getElementById("cd_TpEnsino").value +	
						  "&ds_Periodo="+ document.getElementById("ds_Periodo").value +
						  "&nr_anoletivo="+ document.getElementById("nr_anoletivo").value +
						  "&nr_semestreSel="+ obj.value;
		
			document.location = "AlunoAvaliacao_frmCad.asp?Inc_Alt=I"+ querystring;
		}
		
		function Excluir(obj) {
			if (confirm("ATENO!! Deseja realmente excluir TODAS as avaliaes lanadas para esta turma?")) {
				ValidaPagina(obj,'E');
			}
		}
		
	$(function() {
		$('td[@id^="colunaNotaAluno_"]').tooltip({
			track: true,
			delay: 0,
			showURL: false,
			showBody: "<br>",
			fixPNG: true,
			opacity: 0.95
		});
	});		

</script>
</head><body leftmargin="0" topmargin="0" onload="inicializa();" marginheight="0" marginwidth="0">
<!-- INCIO - CONTEDO: TABELA BASE/CENTRO -->
<form name="frmCadastro" method="post">
  <!-- INCIO TABELA - CONTEDO: PESQUISA -->
  <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tbody><tr>
      <td align="center"><table width="98%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" height="30" align="left">3 Srie | ENSINO MDIO | ENSINO REGULAR | Manh | D - 2 Perodo - 14/08/2012 - 26/10/2012</td>
          </tr>
        </tbody></table>
        
        <input id="cd_Periodo" name="cd_Periodo" value="2" type="hidden">
        <input id="qtd_Alunos" name="qtd_Alunos" value="44" type="hidden">
        <input id="qtd_Disciplinas" name="qtd_Disciplinas" value="13" type="hidden">
        <input id="cd_Turma" name="cd_Turma" value="96446" type="hidden">
        <input id="nr_Semestre" name="nr_Semestre" value="" type="hidden">
        <input id="cd_CursoTpMapa" name="cd_CursoTpMapa" value="1" type="hidden">
        <input id="cd_Disciplina" name="cd_Disciplina" value="" type="hidden">
        <input id="ds_Periodo" name="ds_Periodo" value="2 Perodo - 14/08/2012 - 26/10/2012" type="hidden">
        <input id="cd_TpEnsino" name="cd_TpEnsino" value="1" type="hidden">
        <input id="nr_anoletivo" name="nr_anoletivo" value="2012" type="hidden">
        <table width="99%" border="1" bordercolor="#c0c081" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" width="627" align="left" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp;Nome&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 </td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; ARTE&nbsp;&nbsp;
              <input id="cd_Disciplina_1" name="cd_Disciplina_1" value="154" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; BIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_2" name="cd_Disciplina_2" value="160" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; EDUCAO FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_3" name="cd_Disciplina_3" value="530" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FILOSOFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_4" name="cd_Disciplina_4" value="780" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_5" name="cd_Disciplina_5" value="800" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; GEOGRAFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_6" name="cd_Disciplina_6" value="890" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; HISTORIA&nbsp;&nbsp;
              <input id="cd_Disciplina_7" name="cd_Disciplina_7" value="970" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (ESPANHOL)&nbsp;&nbsp;
              <input id="cd_Disciplina_8" name="cd_Disciplina_8" value="3330" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (INGLES)&nbsp;&nbsp;
              <input id="cd_Disciplina_9" name="cd_Disciplina_9" value="1130" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA PORTUGUESA&nbsp;&nbsp;
              <input id="cd_Disciplina_10" name="cd_Disciplina_10" value="1140" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; MATEMTICA&nbsp;&nbsp;
              <input id="cd_Disciplina_11" name="cd_Disciplina_11" value="1200" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; QUIMICA&nbsp;&nbsp;
              <input id="cd_Disciplina_12" name="cd_Disciplina_12" value="1620" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; SOCIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_13" name="cd_Disciplina_13" value="1730" type="hidden"></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;2599016&nbsp;ADRIA CARMOSINA FERREIRA DA SILVA LIMA
              <input id="cd_Aluno_1" name="cd_Aluno_1" value="2599016" type="hidden"></td>
            
            <td id="colunaNotaAluno_2599016_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_154" id="ci_AlunoAvaliacao_2599016_154" value="89443595" type="hidden">
                <input name="nr_Nota_2599016_154" id="nr_Nota_2599016_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_160" id="ci_AlunoAvaliacao_2599016_160" value="92087186" type="hidden">
                <input name="nr_Nota_2599016_160" id="nr_Nota_2599016_160" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_530" id="ci_AlunoAvaliacao_2599016_530" value="89913117" type="hidden">
                <input name="nr_Nota_2599016_530" id="nr_Nota_2599016_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_780" id="ci_AlunoAvaliacao_2599016_780" value="88634530" type="hidden">
                <input name="nr_Nota_2599016_780" id="nr_Nota_2599016_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_800" id="ci_AlunoAvaliacao_2599016_800" value="89180958" type="hidden">
                <input name="nr_Nota_2599016_800" id="nr_Nota_2599016_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_890" id="ci_AlunoAvaliacao_2599016_890" value="88646657" type="hidden">
                <input name="nr_Nota_2599016_890" id="nr_Nota_2599016_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_970" id="ci_AlunoAvaliacao_2599016_970" value="88637313" type="hidden">
                <input name="nr_Nota_2599016_970" id="nr_Nota_2599016_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_3330" id="ci_AlunoAvaliacao_2599016_3330" value="89448307" type="hidden">
                <input name="nr_Nota_2599016_3330" id="nr_Nota_2599016_3330" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_1130" id="ci_AlunoAvaliacao_2599016_1130" value="89445464" type="hidden">
                <input name="nr_Nota_2599016_1130" id="nr_Nota_2599016_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_1140" id="ci_AlunoAvaliacao_2599016_1140" value="91063694" type="hidden">
                <input name="nr_Nota_2599016_1140" id="nr_Nota_2599016_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_1200" id="ci_AlunoAvaliacao_2599016_1200" value="89184960" type="hidden">
                <input name="nr_Nota_2599016_1200" id="nr_Nota_2599016_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_1620" id="ci_AlunoAvaliacao_2599016_1620" value="89447066" type="hidden">
                <input name="nr_Nota_2599016_1620" id="nr_Nota_2599016_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2599016_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2599016_1730" id="ci_AlunoAvaliacao_2599016_1730" value="89185995" type="hidden">
                <input name="nr_Nota_2599016_1730" id="nr_Nota_2599016_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1228092&nbsp;AMANDA ELLEN DUARTE CARIOLIANO DA SILVA
              <input id="cd_Aluno_2" name="cd_Aluno_2" value="1228092" type="hidden"></td>
            
            <td id="colunaNotaAluno_1228092_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_154" id="ci_AlunoAvaliacao_1228092_154" value="89443596" type="hidden">
                <input name="nr_Nota_1228092_154" id="nr_Nota_1228092_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_160" id="ci_AlunoAvaliacao_1228092_160" value="92087187" type="hidden">
                <input name="nr_Nota_1228092_160" id="nr_Nota_1228092_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_530" id="ci_AlunoAvaliacao_1228092_530" value="89913118" type="hidden">
                <input name="nr_Nota_1228092_530" id="nr_Nota_1228092_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_780" id="ci_AlunoAvaliacao_1228092_780" value="88634531" type="hidden">
                <input name="nr_Nota_1228092_780" id="nr_Nota_1228092_780" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_800" id="ci_AlunoAvaliacao_1228092_800" value="89180959" type="hidden">
                <input name="nr_Nota_1228092_800" id="nr_Nota_1228092_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_890" id="ci_AlunoAvaliacao_1228092_890" value="88646658" type="hidden">
                <input name="nr_Nota_1228092_890" id="nr_Nota_1228092_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_970" id="ci_AlunoAvaliacao_1228092_970" value="88637314" type="hidden">
                <input name="nr_Nota_1228092_970" id="nr_Nota_1228092_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_3330" id="ci_AlunoAvaliacao_1228092_3330" value="89448308" type="hidden">
                <input name="nr_Nota_1228092_3330" id="nr_Nota_1228092_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_1130" id="ci_AlunoAvaliacao_1228092_1130" value="89445465" type="hidden">
                <input name="nr_Nota_1228092_1130" id="nr_Nota_1228092_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_1140" id="ci_AlunoAvaliacao_1228092_1140" value="91063695" type="hidden">
                <input name="nr_Nota_1228092_1140" id="nr_Nota_1228092_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_1200" id="ci_AlunoAvaliacao_1228092_1200" value="89184961" type="hidden">
                <input name="nr_Nota_1228092_1200" id="nr_Nota_1228092_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_1620" id="ci_AlunoAvaliacao_1228092_1620" value="89447067" type="hidden">
                <input name="nr_Nota_1228092_1620" id="nr_Nota_1228092_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228092_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228092_1730" id="ci_AlunoAvaliacao_1228092_1730" value="89185996" type="hidden">
                <input name="nr_Nota_1228092_1730" id="nr_Nota_1228092_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;90227&nbsp;AMANDA SOUSA DE BRITO
              <input id="cd_Aluno_3" name="cd_Aluno_3" value="90227" type="hidden"></td>
            
            <td id="colunaNotaAluno_90227_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_154" id="ci_AlunoAvaliacao_90227_154" value="89443597" type="hidden">
                <input name="nr_Nota_90227_154" id="nr_Nota_90227_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_160" id="ci_AlunoAvaliacao_90227_160" value="92087188" type="hidden">
                <input name="nr_Nota_90227_160" id="nr_Nota_90227_160" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_530" id="ci_AlunoAvaliacao_90227_530" value="89913119" type="hidden">
                <input name="nr_Nota_90227_530" id="nr_Nota_90227_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_780" id="ci_AlunoAvaliacao_90227_780" value="88634532" type="hidden">
                <input name="nr_Nota_90227_780" id="nr_Nota_90227_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_800" id="ci_AlunoAvaliacao_90227_800" value="89180960" type="hidden">
                <input name="nr_Nota_90227_800" id="nr_Nota_90227_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_890" id="ci_AlunoAvaliacao_90227_890" value="88646659" type="hidden">
                <input name="nr_Nota_90227_890" id="nr_Nota_90227_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_970" id="ci_AlunoAvaliacao_90227_970" value="88637315" type="hidden">
                <input name="nr_Nota_90227_970" id="nr_Nota_90227_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_3330" id="ci_AlunoAvaliacao_90227_3330" value="89448309" type="hidden">
                <input name="nr_Nota_90227_3330" id="nr_Nota_90227_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_1130" id="ci_AlunoAvaliacao_90227_1130" value="89445466" type="hidden">
                <input name="nr_Nota_90227_1130" id="nr_Nota_90227_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_1140" id="ci_AlunoAvaliacao_90227_1140" value="91063696" type="hidden">
                <input name="nr_Nota_90227_1140" id="nr_Nota_90227_1140" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_1200" id="ci_AlunoAvaliacao_90227_1200" value="89184962" type="hidden">
                <input name="nr_Nota_90227_1200" id="nr_Nota_90227_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_1620" id="ci_AlunoAvaliacao_90227_1620" value="89447068" type="hidden">
                <input name="nr_Nota_90227_1620" id="nr_Nota_90227_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_90227_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_90227_1730" id="ci_AlunoAvaliacao_90227_1730" value="89185997" type="hidden">
                <input name="nr_Nota_90227_1730" id="nr_Nota_90227_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;889308&nbsp;ANA CAROLINA ALVES LIMA
              <input id="cd_Aluno_4" name="cd_Aluno_4" value="889308" type="hidden"></td>
            
            <td id="colunaNotaAluno_889308_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_154" id="ci_AlunoAvaliacao_889308_154" value="89443598" type="hidden">
                <input name="nr_Nota_889308_154" id="nr_Nota_889308_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_160" id="ci_AlunoAvaliacao_889308_160" value="92087189" type="hidden">
                <input name="nr_Nota_889308_160" id="nr_Nota_889308_160" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_530" id="ci_AlunoAvaliacao_889308_530" value="89913120" type="hidden">
                <input name="nr_Nota_889308_530" id="nr_Nota_889308_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_780" id="ci_AlunoAvaliacao_889308_780" value="88634533" type="hidden">
                <input name="nr_Nota_889308_780" id="nr_Nota_889308_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_800" id="ci_AlunoAvaliacao_889308_800" value="89180961" type="hidden">
                <input name="nr_Nota_889308_800" id="nr_Nota_889308_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_890" id="ci_AlunoAvaliacao_889308_890" value="88646660" type="hidden">
                <input name="nr_Nota_889308_890" id="nr_Nota_889308_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_970" id="ci_AlunoAvaliacao_889308_970" value="88637317" type="hidden">
                <input name="nr_Nota_889308_970" id="nr_Nota_889308_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_3330" id="ci_AlunoAvaliacao_889308_3330" value="89448310" type="hidden">
                <input name="nr_Nota_889308_3330" id="nr_Nota_889308_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_1130" id="ci_AlunoAvaliacao_889308_1130" value="89445467" type="hidden">
                <input name="nr_Nota_889308_1130" id="nr_Nota_889308_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_1140" id="ci_AlunoAvaliacao_889308_1140" value="91063697" type="hidden">
                <input name="nr_Nota_889308_1140" id="nr_Nota_889308_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_1200" id="ci_AlunoAvaliacao_889308_1200" value="89184963" type="hidden">
                <input name="nr_Nota_889308_1200" id="nr_Nota_889308_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_1620" id="ci_AlunoAvaliacao_889308_1620" value="89447069" type="hidden">
                <input name="nr_Nota_889308_1620" id="nr_Nota_889308_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889308_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889308_1730" id="ci_AlunoAvaliacao_889308_1730" value="89185998" type="hidden">
                <input name="nr_Nota_889308_1730" id="nr_Nota_889308_1730" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1201429&nbsp;ANA KAROLINA MOTA CAVALCANTE
              <input id="cd_Aluno_5" name="cd_Aluno_5" value="1201429" type="hidden"></td>
            
            <td id="colunaNotaAluno_1201429_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_154" id="ci_AlunoAvaliacao_1201429_154" value="89443602" type="hidden">
                <input name="nr_Nota_1201429_154" id="nr_Nota_1201429_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_160" id="ci_AlunoAvaliacao_1201429_160" value="92087190" type="hidden">
                <input name="nr_Nota_1201429_160" id="nr_Nota_1201429_160" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_530" id="ci_AlunoAvaliacao_1201429_530" value="89913121" type="hidden">
                <input name="nr_Nota_1201429_530" id="nr_Nota_1201429_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_780" id="ci_AlunoAvaliacao_1201429_780" value="88634534" type="hidden">
                <input name="nr_Nota_1201429_780" id="nr_Nota_1201429_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_800" id="ci_AlunoAvaliacao_1201429_800" value="89180962" type="hidden">
                <input name="nr_Nota_1201429_800" id="nr_Nota_1201429_800" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_890" id="ci_AlunoAvaliacao_1201429_890" value="88646661" type="hidden">
                <input name="nr_Nota_1201429_890" id="nr_Nota_1201429_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_970" id="ci_AlunoAvaliacao_1201429_970" value="88637318" type="hidden">
                <input name="nr_Nota_1201429_970" id="nr_Nota_1201429_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_3330" id="ci_AlunoAvaliacao_1201429_3330" value="89448311" type="hidden">
                <input name="nr_Nota_1201429_3330" id="nr_Nota_1201429_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_1130" id="ci_AlunoAvaliacao_1201429_1130" value="89445468" type="hidden">
                <input name="nr_Nota_1201429_1130" id="nr_Nota_1201429_1130" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_1140" id="ci_AlunoAvaliacao_1201429_1140" value="91063698" type="hidden">
                <input name="nr_Nota_1201429_1140" id="nr_Nota_1201429_1140" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_1200" id="ci_AlunoAvaliacao_1201429_1200" value="89184964" type="hidden">
                <input name="nr_Nota_1201429_1200" id="nr_Nota_1201429_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_1620" id="ci_AlunoAvaliacao_1201429_1620" value="89447070" type="hidden">
                <input name="nr_Nota_1201429_1620" id="nr_Nota_1201429_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201429_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201429_1730" id="ci_AlunoAvaliacao_1201429_1730" value="89185999" type="hidden">
                <input name="nr_Nota_1201429_1730" id="nr_Nota_1201429_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;482518&nbsp;ANA PAULA MOURA COSTA
              <input id="cd_Aluno_6" name="cd_Aluno_6" value="482518" type="hidden"></td>
            
            <td id="colunaNotaAluno_482518_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_154" id="ci_AlunoAvaliacao_482518_154" value="89443605" type="hidden">
                <input name="nr_Nota_482518_154" id="nr_Nota_482518_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_160" id="ci_AlunoAvaliacao_482518_160" value="92087191" type="hidden">
                <input name="nr_Nota_482518_160" id="nr_Nota_482518_160" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_530" id="ci_AlunoAvaliacao_482518_530" value="89913122" type="hidden">
                <input name="nr_Nota_482518_530" id="nr_Nota_482518_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_780" id="ci_AlunoAvaliacao_482518_780" value="88634535" type="hidden">
                <input name="nr_Nota_482518_780" id="nr_Nota_482518_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_800" id="ci_AlunoAvaliacao_482518_800" value="89180963" type="hidden">
                <input name="nr_Nota_482518_800" id="nr_Nota_482518_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_890" id="ci_AlunoAvaliacao_482518_890" value="88646662" type="hidden">
                <input name="nr_Nota_482518_890" id="nr_Nota_482518_890" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_970" id="ci_AlunoAvaliacao_482518_970" value="88637319" type="hidden">
                <input name="nr_Nota_482518_970" id="nr_Nota_482518_970" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_3330" id="ci_AlunoAvaliacao_482518_3330" value="89448312" type="hidden">
                <input name="nr_Nota_482518_3330" id="nr_Nota_482518_3330" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_1130" id="ci_AlunoAvaliacao_482518_1130" value="89445469" type="hidden">
                <input name="nr_Nota_482518_1130" id="nr_Nota_482518_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_1140" id="ci_AlunoAvaliacao_482518_1140" value="91063699" type="hidden">
                <input name="nr_Nota_482518_1140" id="nr_Nota_482518_1140" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_1200" id="ci_AlunoAvaliacao_482518_1200" value="89184965" type="hidden">
                <input name="nr_Nota_482518_1200" id="nr_Nota_482518_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_1620" id="ci_AlunoAvaliacao_482518_1620" value="89447071" type="hidden">
                <input name="nr_Nota_482518_1620" id="nr_Nota_482518_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_482518_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_482518_1730" id="ci_AlunoAvaliacao_482518_1730" value="89186000" type="hidden">
                <input name="nr_Nota_482518_1730" id="nr_Nota_482518_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;699963&nbsp;ANDREZA ALBUQUERQUE DE SOUSA
              <input id="cd_Aluno_7" name="cd_Aluno_7" value="699963" type="hidden"></td>
            
            <td id="colunaNotaAluno_699963_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_154" id="ci_AlunoAvaliacao_699963_154" value="89443611" type="hidden">
                <input name="nr_Nota_699963_154" id="nr_Nota_699963_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_160" id="ci_AlunoAvaliacao_699963_160" value="92087192" type="hidden">
                <input name="nr_Nota_699963_160" id="nr_Nota_699963_160" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_530" id="ci_AlunoAvaliacao_699963_530" value="89913123" type="hidden">
                <input name="nr_Nota_699963_530" id="nr_Nota_699963_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_780" id="ci_AlunoAvaliacao_699963_780" value="88634536" type="hidden">
                <input name="nr_Nota_699963_780" id="nr_Nota_699963_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_800" id="ci_AlunoAvaliacao_699963_800" value="89180964" type="hidden">
                <input name="nr_Nota_699963_800" id="nr_Nota_699963_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_890" id="ci_AlunoAvaliacao_699963_890" value="88646663" type="hidden">
                <input name="nr_Nota_699963_890" id="nr_Nota_699963_890" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_970" id="ci_AlunoAvaliacao_699963_970" value="88637320" type="hidden">
                <input name="nr_Nota_699963_970" id="nr_Nota_699963_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_3330" id="ci_AlunoAvaliacao_699963_3330" value="89448313" type="hidden">
                <input name="nr_Nota_699963_3330" id="nr_Nota_699963_3330" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_1130" id="ci_AlunoAvaliacao_699963_1130" value="89445470" type="hidden">
                <input name="nr_Nota_699963_1130" id="nr_Nota_699963_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_1140" id="ci_AlunoAvaliacao_699963_1140" value="91063700" type="hidden">
                <input name="nr_Nota_699963_1140" id="nr_Nota_699963_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_1200" id="ci_AlunoAvaliacao_699963_1200" value="89184966" type="hidden">
                <input name="nr_Nota_699963_1200" id="nr_Nota_699963_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_1620" id="ci_AlunoAvaliacao_699963_1620" value="89447072" type="hidden">
                <input name="nr_Nota_699963_1620" id="nr_Nota_699963_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_699963_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_699963_1730" id="ci_AlunoAvaliacao_699963_1730" value="89186001" type="hidden">
                <input name="nr_Nota_699963_1730" id="nr_Nota_699963_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;495946&nbsp;ANTONIO ANDRE GOMES
              <input id="cd_Aluno_8" name="cd_Aluno_8" value="495946" type="hidden"></td>
            
            <td id="colunaNotaAluno_495946_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_154" id="ci_AlunoAvaliacao_495946_154" value="89443618" type="hidden">
                <input name="nr_Nota_495946_154" id="nr_Nota_495946_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_160" id="ci_AlunoAvaliacao_495946_160" value="92087193" type="hidden">
                <input name="nr_Nota_495946_160" id="nr_Nota_495946_160" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_530" id="ci_AlunoAvaliacao_495946_530" value="89913124" type="hidden">
                <input name="nr_Nota_495946_530" id="nr_Nota_495946_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_780" id="ci_AlunoAvaliacao_495946_780" value="88634537" type="hidden">
                <input name="nr_Nota_495946_780" id="nr_Nota_495946_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_800" id="ci_AlunoAvaliacao_495946_800" value="89180965" type="hidden">
                <input name="nr_Nota_495946_800" id="nr_Nota_495946_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_890" id="ci_AlunoAvaliacao_495946_890" value="88646664" type="hidden">
                <input name="nr_Nota_495946_890" id="nr_Nota_495946_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_970" id="ci_AlunoAvaliacao_495946_970" value="88637322" type="hidden">
                <input name="nr_Nota_495946_970" id="nr_Nota_495946_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_3330" id="ci_AlunoAvaliacao_495946_3330" value="89448314" type="hidden">
                <input name="nr_Nota_495946_3330" id="nr_Nota_495946_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_1130" id="ci_AlunoAvaliacao_495946_1130" value="89445471" type="hidden">
                <input name="nr_Nota_495946_1130" id="nr_Nota_495946_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_1140" id="ci_AlunoAvaliacao_495946_1140" value="91063701" type="hidden">
                <input name="nr_Nota_495946_1140" id="nr_Nota_495946_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_1200" id="ci_AlunoAvaliacao_495946_1200" value="89184967" type="hidden">
                <input name="nr_Nota_495946_1200" id="nr_Nota_495946_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_1620" id="ci_AlunoAvaliacao_495946_1620" value="89447073" type="hidden">
                <input name="nr_Nota_495946_1620" id="nr_Nota_495946_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_495946_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_495946_1730" id="ci_AlunoAvaliacao_495946_1730" value="89186002" type="hidden">
                <input name="nr_Nota_495946_1730" id="nr_Nota_495946_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1296421&nbsp;ATILA DE ROSA VICENTE
              <input id="cd_Aluno_9" name="cd_Aluno_9" value="1296421" type="hidden"></td>
            
            <td id="colunaNotaAluno_1296421_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_154" id="ci_AlunoAvaliacao_1296421_154" value="89443620" type="hidden">
                <input name="nr_Nota_1296421_154" id="nr_Nota_1296421_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_160" id="ci_AlunoAvaliacao_1296421_160" value="92087194" type="hidden">
                <input name="nr_Nota_1296421_160" id="nr_Nota_1296421_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_530" id="ci_AlunoAvaliacao_1296421_530" value="89913125" type="hidden">
                <input name="nr_Nota_1296421_530" id="nr_Nota_1296421_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_780" id="ci_AlunoAvaliacao_1296421_780" value="88634538" type="hidden">
                <input name="nr_Nota_1296421_780" id="nr_Nota_1296421_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_800" id="ci_AlunoAvaliacao_1296421_800" value="89180966" type="hidden">
                <input name="nr_Nota_1296421_800" id="nr_Nota_1296421_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_890" id="ci_AlunoAvaliacao_1296421_890" value="88646665" type="hidden">
                <input name="nr_Nota_1296421_890" id="nr_Nota_1296421_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_970" id="ci_AlunoAvaliacao_1296421_970" value="88637323" type="hidden">
                <input name="nr_Nota_1296421_970" id="nr_Nota_1296421_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_3330" id="ci_AlunoAvaliacao_1296421_3330" value="89448315" type="hidden">
                <input name="nr_Nota_1296421_3330" id="nr_Nota_1296421_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_1130" id="ci_AlunoAvaliacao_1296421_1130" value="89445472" type="hidden">
                <input name="nr_Nota_1296421_1130" id="nr_Nota_1296421_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_1140" id="ci_AlunoAvaliacao_1296421_1140" value="91063702" type="hidden">
                <input name="nr_Nota_1296421_1140" id="nr_Nota_1296421_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_1200" id="ci_AlunoAvaliacao_1296421_1200" value="89184968" type="hidden">
                <input name="nr_Nota_1296421_1200" id="nr_Nota_1296421_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_1620" id="ci_AlunoAvaliacao_1296421_1620" value="89447074" type="hidden">
                <input name="nr_Nota_1296421_1620" id="nr_Nota_1296421_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296421_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296421_1730" id="ci_AlunoAvaliacao_1296421_1730" value="89186003" type="hidden">
                <input name="nr_Nota_1296421_1730" id="nr_Nota_1296421_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1167654&nbsp;BRUNA KEZIA PEREIRA LOPES DE MORAES
              <input id="cd_Aluno_10" name="cd_Aluno_10" value="1167654" type="hidden"></td>
            
            <td id="colunaNotaAluno_1167654_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_154" id="ci_AlunoAvaliacao_1167654_154" value="89443621" type="hidden">
                <input name="nr_Nota_1167654_154" id="nr_Nota_1167654_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_160" id="ci_AlunoAvaliacao_1167654_160" value="92087195" type="hidden">
                <input name="nr_Nota_1167654_160" id="nr_Nota_1167654_160" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_530" id="ci_AlunoAvaliacao_1167654_530" value="89913126" type="hidden">
                <input name="nr_Nota_1167654_530" id="nr_Nota_1167654_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_780" id="ci_AlunoAvaliacao_1167654_780" value="88634539" type="hidden">
                <input name="nr_Nota_1167654_780" id="nr_Nota_1167654_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_800" id="ci_AlunoAvaliacao_1167654_800" value="89180967" type="hidden">
                <input name="nr_Nota_1167654_800" id="nr_Nota_1167654_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_890" id="ci_AlunoAvaliacao_1167654_890" value="88646666" type="hidden">
                <input name="nr_Nota_1167654_890" id="nr_Nota_1167654_890" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_970" id="ci_AlunoAvaliacao_1167654_970" value="88637324" type="hidden">
                <input name="nr_Nota_1167654_970" id="nr_Nota_1167654_970" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_3330" id="ci_AlunoAvaliacao_1167654_3330" value="89448316" type="hidden">
                <input name="nr_Nota_1167654_3330" id="nr_Nota_1167654_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_1130" id="ci_AlunoAvaliacao_1167654_1130" value="89445474" type="hidden">
                <input name="nr_Nota_1167654_1130" id="nr_Nota_1167654_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_1140" id="ci_AlunoAvaliacao_1167654_1140" value="91063703" type="hidden">
                <input name="nr_Nota_1167654_1140" id="nr_Nota_1167654_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_1200" id="ci_AlunoAvaliacao_1167654_1200" value="89184969" type="hidden">
                <input name="nr_Nota_1167654_1200" id="nr_Nota_1167654_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_1620" id="ci_AlunoAvaliacao_1167654_1620" value="89447075" type="hidden">
                <input name="nr_Nota_1167654_1620" id="nr_Nota_1167654_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167654_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167654_1730" id="ci_AlunoAvaliacao_1167654_1730" value="89186004" type="hidden">
                <input name="nr_Nota_1167654_1730" id="nr_Nota_1167654_1730" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;380067&nbsp;DARLYANE NOGUEIRA DO NASCIMENTO
              <input id="cd_Aluno_11" name="cd_Aluno_11" value="380067" type="hidden"></td>
            
            <td id="colunaNotaAluno_380067_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_154" id="ci_AlunoAvaliacao_380067_154" value="89443622" type="hidden">
                <input name="nr_Nota_380067_154" id="nr_Nota_380067_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_160" id="ci_AlunoAvaliacao_380067_160" value="92087196" type="hidden">
                <input name="nr_Nota_380067_160" id="nr_Nota_380067_160" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_530" id="ci_AlunoAvaliacao_380067_530" value="89913127" type="hidden">
                <input name="nr_Nota_380067_530" id="nr_Nota_380067_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_780" id="ci_AlunoAvaliacao_380067_780" value="88634540" type="hidden">
                <input name="nr_Nota_380067_780" id="nr_Nota_380067_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_800" id="ci_AlunoAvaliacao_380067_800" value="89180968" type="hidden">
                <input name="nr_Nota_380067_800" id="nr_Nota_380067_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_890" id="ci_AlunoAvaliacao_380067_890" value="88646667" type="hidden">
                <input name="nr_Nota_380067_890" id="nr_Nota_380067_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_970" id="ci_AlunoAvaliacao_380067_970" value="88637325" type="hidden">
                <input name="nr_Nota_380067_970" id="nr_Nota_380067_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_3330" id="ci_AlunoAvaliacao_380067_3330" value="89448317" type="hidden">
                <input name="nr_Nota_380067_3330" id="nr_Nota_380067_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_1130" id="ci_AlunoAvaliacao_380067_1130" value="89445475" type="hidden">
                <input name="nr_Nota_380067_1130" id="nr_Nota_380067_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_1140" id="ci_AlunoAvaliacao_380067_1140" value="91063704" type="hidden">
                <input name="nr_Nota_380067_1140" id="nr_Nota_380067_1140" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_1200" id="ci_AlunoAvaliacao_380067_1200" value="89184970" type="hidden">
                <input name="nr_Nota_380067_1200" id="nr_Nota_380067_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_1620" id="ci_AlunoAvaliacao_380067_1620" value="89447076" type="hidden">
                <input name="nr_Nota_380067_1620" id="nr_Nota_380067_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_380067_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_380067_1730" id="ci_AlunoAvaliacao_380067_1730" value="89186005" type="hidden">
                <input name="nr_Nota_380067_1730" id="nr_Nota_380067_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1477389&nbsp;DEBORAH CRISTINA BASTOS MOITA
              <input id="cd_Aluno_12" name="cd_Aluno_12" value="1477389" type="hidden"></td>
            
            <td id="colunaNotaAluno_1477389_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_154" id="ci_AlunoAvaliacao_1477389_154" value="89443623" type="hidden">
                <input name="nr_Nota_1477389_154" id="nr_Nota_1477389_154" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_160" id="ci_AlunoAvaliacao_1477389_160" value="92087197" type="hidden">
                <input name="nr_Nota_1477389_160" id="nr_Nota_1477389_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_530" id="ci_AlunoAvaliacao_1477389_530" value="89913128" type="hidden">
                <input name="nr_Nota_1477389_530" id="nr_Nota_1477389_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_780" id="ci_AlunoAvaliacao_1477389_780" value="88634541" type="hidden">
                <input name="nr_Nota_1477389_780" id="nr_Nota_1477389_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_800" id="ci_AlunoAvaliacao_1477389_800" value="89180969" type="hidden">
                <input name="nr_Nota_1477389_800" id="nr_Nota_1477389_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_890" id="ci_AlunoAvaliacao_1477389_890" value="88646668" type="hidden">
                <input name="nr_Nota_1477389_890" id="nr_Nota_1477389_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_970" id="ci_AlunoAvaliacao_1477389_970" value="88637326" type="hidden">
                <input name="nr_Nota_1477389_970" id="nr_Nota_1477389_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_3330" id="ci_AlunoAvaliacao_1477389_3330" value="89448318" type="hidden">
                <input name="nr_Nota_1477389_3330" id="nr_Nota_1477389_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_1130" id="ci_AlunoAvaliacao_1477389_1130" value="89445476" type="hidden">
                <input name="nr_Nota_1477389_1130" id="nr_Nota_1477389_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_1140" id="ci_AlunoAvaliacao_1477389_1140" value="91063705" type="hidden">
                <input name="nr_Nota_1477389_1140" id="nr_Nota_1477389_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_1200" id="ci_AlunoAvaliacao_1477389_1200" value="89184971" type="hidden">
                <input name="nr_Nota_1477389_1200" id="nr_Nota_1477389_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_1620" id="ci_AlunoAvaliacao_1477389_1620" value="89447077" type="hidden">
                <input name="nr_Nota_1477389_1620" id="nr_Nota_1477389_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1477389_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1477389_1730" id="ci_AlunoAvaliacao_1477389_1730" value="89186006" type="hidden">
                <input name="nr_Nota_1477389_1730" id="nr_Nota_1477389_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;892537&nbsp;DUCILENE SILVA ARAUJO
              <input id="cd_Aluno_13" name="cd_Aluno_13" value="892537" type="hidden"></td>
            
            <td id="colunaNotaAluno_892537_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_154" id="ci_AlunoAvaliacao_892537_154" value="89443624" type="hidden">
                <input name="nr_Nota_892537_154" id="nr_Nota_892537_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_160" id="ci_AlunoAvaliacao_892537_160" value="92087198" type="hidden">
                <input name="nr_Nota_892537_160" id="nr_Nota_892537_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_530" id="ci_AlunoAvaliacao_892537_530" value="89913129" type="hidden">
                <input name="nr_Nota_892537_530" id="nr_Nota_892537_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_780" id="ci_AlunoAvaliacao_892537_780" value="88634542" type="hidden">
                <input name="nr_Nota_892537_780" id="nr_Nota_892537_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_800" id="ci_AlunoAvaliacao_892537_800" value="89180970" type="hidden">
                <input name="nr_Nota_892537_800" id="nr_Nota_892537_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_890" id="ci_AlunoAvaliacao_892537_890" value="88646669" type="hidden">
                <input name="nr_Nota_892537_890" id="nr_Nota_892537_890" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_970" id="ci_AlunoAvaliacao_892537_970" value="88637327" type="hidden">
                <input name="nr_Nota_892537_970" id="nr_Nota_892537_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_3330" id="ci_AlunoAvaliacao_892537_3330" value="89448319" type="hidden">
                <input name="nr_Nota_892537_3330" id="nr_Nota_892537_3330" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_1130" id="ci_AlunoAvaliacao_892537_1130" value="89445477" type="hidden">
                <input name="nr_Nota_892537_1130" id="nr_Nota_892537_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_1140" id="ci_AlunoAvaliacao_892537_1140" value="91063706" type="hidden">
                <input name="nr_Nota_892537_1140" id="nr_Nota_892537_1140" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_1200" id="ci_AlunoAvaliacao_892537_1200" value="89184972" type="hidden">
                <input name="nr_Nota_892537_1200" id="nr_Nota_892537_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_1620" id="ci_AlunoAvaliacao_892537_1620" value="89447078" type="hidden">
                <input name="nr_Nota_892537_1620" id="nr_Nota_892537_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892537_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892537_1730" id="ci_AlunoAvaliacao_892537_1730" value="89186007" type="hidden">
                <input name="nr_Nota_892537_1730" id="nr_Nota_892537_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1296019&nbsp;ELAINE ROCHA DE SOUSA
              <input id="cd_Aluno_14" name="cd_Aluno_14" value="1296019" type="hidden"></td>
            
            <td id="colunaNotaAluno_1296019_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_154" id="ci_AlunoAvaliacao_1296019_154" value="89443625" type="hidden">
                <input name="nr_Nota_1296019_154" id="nr_Nota_1296019_154" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_160" id="ci_AlunoAvaliacao_1296019_160" value="92087199" type="hidden">
                <input name="nr_Nota_1296019_160" id="nr_Nota_1296019_160" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_530" id="ci_AlunoAvaliacao_1296019_530" value="89913130" type="hidden">
                <input name="nr_Nota_1296019_530" id="nr_Nota_1296019_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_780" id="ci_AlunoAvaliacao_1296019_780" value="88634543" type="hidden">
                <input name="nr_Nota_1296019_780" id="nr_Nota_1296019_780" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_800" id="ci_AlunoAvaliacao_1296019_800" value="89180971" type="hidden">
                <input name="nr_Nota_1296019_800" id="nr_Nota_1296019_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_890" id="ci_AlunoAvaliacao_1296019_890" value="88646670" type="hidden">
                <input name="nr_Nota_1296019_890" id="nr_Nota_1296019_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_970" id="ci_AlunoAvaliacao_1296019_970" value="88637328" type="hidden">
                <input name="nr_Nota_1296019_970" id="nr_Nota_1296019_970" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_3330" id="ci_AlunoAvaliacao_1296019_3330" value="89448320" type="hidden">
                <input name="nr_Nota_1296019_3330" id="nr_Nota_1296019_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_1130" id="ci_AlunoAvaliacao_1296019_1130" value="89445478" type="hidden">
                <input name="nr_Nota_1296019_1130" id="nr_Nota_1296019_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_1140" id="ci_AlunoAvaliacao_1296019_1140" value="91063707" type="hidden">
                <input name="nr_Nota_1296019_1140" id="nr_Nota_1296019_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_1200" id="ci_AlunoAvaliacao_1296019_1200" value="89184973" type="hidden">
                <input name="nr_Nota_1296019_1200" id="nr_Nota_1296019_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_1620" id="ci_AlunoAvaliacao_1296019_1620" value="89447079" type="hidden">
                <input name="nr_Nota_1296019_1620" id="nr_Nota_1296019_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1296019_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1296019_1730" id="ci_AlunoAvaliacao_1296019_1730" value="89186008" type="hidden">
                <input name="nr_Nota_1296019_1730" id="nr_Nota_1296019_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;620674&nbsp;ELIDIANE DE ALMEIDA OLIVEIRA
              <input id="cd_Aluno_15" name="cd_Aluno_15" value="620674" type="hidden"></td>
            
            <td id="colunaNotaAluno_620674_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_154" id="ci_AlunoAvaliacao_620674_154" value="89443626" type="hidden">
                <input name="nr_Nota_620674_154" id="nr_Nota_620674_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_160" id="ci_AlunoAvaliacao_620674_160" value="92087200" type="hidden">
                <input name="nr_Nota_620674_160" id="nr_Nota_620674_160" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_530" id="ci_AlunoAvaliacao_620674_530" value="89913131" type="hidden">
                <input name="nr_Nota_620674_530" id="nr_Nota_620674_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_780" id="ci_AlunoAvaliacao_620674_780" value="88634544" type="hidden">
                <input name="nr_Nota_620674_780" id="nr_Nota_620674_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_800" id="ci_AlunoAvaliacao_620674_800" value="89180972" type="hidden">
                <input name="nr_Nota_620674_800" id="nr_Nota_620674_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_890" id="ci_AlunoAvaliacao_620674_890" value="88646671" type="hidden">
                <input name="nr_Nota_620674_890" id="nr_Nota_620674_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_970" id="ci_AlunoAvaliacao_620674_970" value="88637329" type="hidden">
                <input name="nr_Nota_620674_970" id="nr_Nota_620674_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_3330" id="ci_AlunoAvaliacao_620674_3330" value="89448321" type="hidden">
                <input name="nr_Nota_620674_3330" id="nr_Nota_620674_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_1130" id="ci_AlunoAvaliacao_620674_1130" value="89445479" type="hidden">
                <input name="nr_Nota_620674_1130" id="nr_Nota_620674_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_1140" id="ci_AlunoAvaliacao_620674_1140" value="91063708" type="hidden">
                <input name="nr_Nota_620674_1140" id="nr_Nota_620674_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_1200" id="ci_AlunoAvaliacao_620674_1200" value="89184974" type="hidden">
                <input name="nr_Nota_620674_1200" id="nr_Nota_620674_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_1620" id="ci_AlunoAvaliacao_620674_1620" value="89447080" type="hidden">
                <input name="nr_Nota_620674_1620" id="nr_Nota_620674_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620674_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620674_1730" id="ci_AlunoAvaliacao_620674_1730" value="89186009" type="hidden">
                <input name="nr_Nota_620674_1730" id="nr_Nota_620674_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;550239&nbsp;FRANCISCA FERNANDA GUEDES DA COSTA
              <input id="cd_Aluno_16" name="cd_Aluno_16" value="550239" type="hidden"></td>
            
            <td id="colunaNotaAluno_550239_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_154" id="ci_AlunoAvaliacao_550239_154" value="89443627" type="hidden">
                <input name="nr_Nota_550239_154" id="nr_Nota_550239_154" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_160" id="ci_AlunoAvaliacao_550239_160" value="92087201" type="hidden">
                <input name="nr_Nota_550239_160" id="nr_Nota_550239_160" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_530" id="ci_AlunoAvaliacao_550239_530" value="89913132" type="hidden">
                <input name="nr_Nota_550239_530" id="nr_Nota_550239_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_780" id="ci_AlunoAvaliacao_550239_780" value="88634545" type="hidden">
                <input name="nr_Nota_550239_780" id="nr_Nota_550239_780" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_800" id="ci_AlunoAvaliacao_550239_800" value="89180973" type="hidden">
                <input name="nr_Nota_550239_800" id="nr_Nota_550239_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_890" id="ci_AlunoAvaliacao_550239_890" value="88646672" type="hidden">
                <input name="nr_Nota_550239_890" id="nr_Nota_550239_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_970" id="ci_AlunoAvaliacao_550239_970" value="88637330" type="hidden">
                <input name="nr_Nota_550239_970" id="nr_Nota_550239_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_3330" id="ci_AlunoAvaliacao_550239_3330" value="89448322" type="hidden">
                <input name="nr_Nota_550239_3330" id="nr_Nota_550239_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_1130" id="ci_AlunoAvaliacao_550239_1130" value="89445480" type="hidden">
                <input name="nr_Nota_550239_1130" id="nr_Nota_550239_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_1140" id="ci_AlunoAvaliacao_550239_1140" value="91063709" type="hidden">
                <input name="nr_Nota_550239_1140" id="nr_Nota_550239_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_1200" id="ci_AlunoAvaliacao_550239_1200" value="89184975" type="hidden">
                <input name="nr_Nota_550239_1200" id="nr_Nota_550239_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_1620" id="ci_AlunoAvaliacao_550239_1620" value="89447081" type="hidden">
                <input name="nr_Nota_550239_1620" id="nr_Nota_550239_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550239_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550239_1730" id="ci_AlunoAvaliacao_550239_1730" value="89186010" type="hidden">
                <input name="nr_Nota_550239_1730" id="nr_Nota_550239_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;895571&nbsp;FRANCISCA JESSICA DAMASCENO SA
              <input id="cd_Aluno_17" name="cd_Aluno_17" value="895571" type="hidden"></td>
            
            <td id="colunaNotaAluno_895571_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_154" id="ci_AlunoAvaliacao_895571_154" value="89443628" type="hidden">
                <input name="nr_Nota_895571_154" id="nr_Nota_895571_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_160" id="ci_AlunoAvaliacao_895571_160" value="92087202" type="hidden">
                <input name="nr_Nota_895571_160" id="nr_Nota_895571_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_530" id="ci_AlunoAvaliacao_895571_530" value="89913133" type="hidden">
                <input name="nr_Nota_895571_530" id="nr_Nota_895571_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_780" id="ci_AlunoAvaliacao_895571_780" value="88634546" type="hidden">
                <input name="nr_Nota_895571_780" id="nr_Nota_895571_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_800" id="ci_AlunoAvaliacao_895571_800" value="89180974" type="hidden">
                <input name="nr_Nota_895571_800" id="nr_Nota_895571_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_890" id="ci_AlunoAvaliacao_895571_890" value="88646673" type="hidden">
                <input name="nr_Nota_895571_890" id="nr_Nota_895571_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_970" id="ci_AlunoAvaliacao_895571_970" value="88637332" type="hidden">
                <input name="nr_Nota_895571_970" id="nr_Nota_895571_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_3330" id="ci_AlunoAvaliacao_895571_3330" value="89448323" type="hidden">
                <input name="nr_Nota_895571_3330" id="nr_Nota_895571_3330" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_1130" id="ci_AlunoAvaliacao_895571_1130" value="89445481" type="hidden">
                <input name="nr_Nota_895571_1130" id="nr_Nota_895571_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_1140" id="ci_AlunoAvaliacao_895571_1140" value="91063710" type="hidden">
                <input name="nr_Nota_895571_1140" id="nr_Nota_895571_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_1200" id="ci_AlunoAvaliacao_895571_1200" value="89184976" type="hidden">
                <input name="nr_Nota_895571_1200" id="nr_Nota_895571_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_1620" id="ci_AlunoAvaliacao_895571_1620" value="89447082" type="hidden">
                <input name="nr_Nota_895571_1620" id="nr_Nota_895571_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895571_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895571_1730" id="ci_AlunoAvaliacao_895571_1730" value="89186011" type="hidden">
                <input name="nr_Nota_895571_1730" id="nr_Nota_895571_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1026600&nbsp;IAN COSTA LAVOR
              <input id="cd_Aluno_18" name="cd_Aluno_18" value="1026600" type="hidden"></td>
            
            <td id="colunaNotaAluno_1026600_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_154" id="ci_AlunoAvaliacao_1026600_154" value="89443629" type="hidden">
                <input name="nr_Nota_1026600_154" id="nr_Nota_1026600_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_160" id="ci_AlunoAvaliacao_1026600_160" value="92087203" type="hidden">
                <input name="nr_Nota_1026600_160" id="nr_Nota_1026600_160" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_530" id="ci_AlunoAvaliacao_1026600_530" value="89913145" type="hidden">
                <input name="nr_Nota_1026600_530" id="nr_Nota_1026600_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_780" id="ci_AlunoAvaliacao_1026600_780" value="88634547" type="hidden">
                <input name="nr_Nota_1026600_780" id="nr_Nota_1026600_780" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_800" id="ci_AlunoAvaliacao_1026600_800" value="89180975" type="hidden">
                <input name="nr_Nota_1026600_800" id="nr_Nota_1026600_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_890" id="ci_AlunoAvaliacao_1026600_890" value="88646674" type="hidden">
                <input name="nr_Nota_1026600_890" id="nr_Nota_1026600_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_970" id="ci_AlunoAvaliacao_1026600_970" value="88637333" type="hidden">
                <input name="nr_Nota_1026600_970" id="nr_Nota_1026600_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_3330" id="ci_AlunoAvaliacao_1026600_3330" value="89448324" type="hidden">
                <input name="nr_Nota_1026600_3330" id="nr_Nota_1026600_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_1130" id="ci_AlunoAvaliacao_1026600_1130" value="89445482" type="hidden">
                <input name="nr_Nota_1026600_1130" id="nr_Nota_1026600_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_1140" id="ci_AlunoAvaliacao_1026600_1140" value="91063711" type="hidden">
                <input name="nr_Nota_1026600_1140" id="nr_Nota_1026600_1140" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_1200" id="ci_AlunoAvaliacao_1026600_1200" value="89184977" type="hidden">
                <input name="nr_Nota_1026600_1200" id="nr_Nota_1026600_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_1620" id="ci_AlunoAvaliacao_1026600_1620" value="89447083" type="hidden">
                <input name="nr_Nota_1026600_1620" id="nr_Nota_1026600_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1026600_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1026600_1730" id="ci_AlunoAvaliacao_1026600_1730" value="89186012" type="hidden">
                <input name="nr_Nota_1026600_1730" id="nr_Nota_1026600_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1169805&nbsp;IGOR TEIXEIRA LIMA VERDE
              <input id="cd_Aluno_19" name="cd_Aluno_19" value="1169805" type="hidden"></td>
            
            <td id="colunaNotaAluno_1169805_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_154" id="ci_AlunoAvaliacao_1169805_154" value="89443630" type="hidden">
                <input name="nr_Nota_1169805_154" id="nr_Nota_1169805_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_160" id="ci_AlunoAvaliacao_1169805_160" value="92087204" type="hidden">
                <input name="nr_Nota_1169805_160" id="nr_Nota_1169805_160" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_530" id="ci_AlunoAvaliacao_1169805_530" value="89913157" type="hidden">
                <input name="nr_Nota_1169805_530" id="nr_Nota_1169805_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_780" id="ci_AlunoAvaliacao_1169805_780" value="88634548" type="hidden">
                <input name="nr_Nota_1169805_780" id="nr_Nota_1169805_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_800" id="ci_AlunoAvaliacao_1169805_800" value="89180976" type="hidden">
                <input name="nr_Nota_1169805_800" id="nr_Nota_1169805_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_890" id="ci_AlunoAvaliacao_1169805_890" value="88646675" type="hidden">
                <input name="nr_Nota_1169805_890" id="nr_Nota_1169805_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_970" id="ci_AlunoAvaliacao_1169805_970" value="88637334" type="hidden">
                <input name="nr_Nota_1169805_970" id="nr_Nota_1169805_970" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_3330" id="ci_AlunoAvaliacao_1169805_3330" value="89448325" type="hidden">
                <input name="nr_Nota_1169805_3330" id="nr_Nota_1169805_3330" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_1130" id="ci_AlunoAvaliacao_1169805_1130" value="89445483" type="hidden">
                <input name="nr_Nota_1169805_1130" id="nr_Nota_1169805_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_1140" id="ci_AlunoAvaliacao_1169805_1140" value="91063712" type="hidden">
                <input name="nr_Nota_1169805_1140" id="nr_Nota_1169805_1140" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_1200" id="ci_AlunoAvaliacao_1169805_1200" value="89184978" type="hidden">
                <input name="nr_Nota_1169805_1200" id="nr_Nota_1169805_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_1620" id="ci_AlunoAvaliacao_1169805_1620" value="89447084" type="hidden">
                <input name="nr_Nota_1169805_1620" id="nr_Nota_1169805_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1169805_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1169805_1730" id="ci_AlunoAvaliacao_1169805_1730" value="89186013" type="hidden">
                <input name="nr_Nota_1169805_1730" id="nr_Nota_1169805_1730" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1202039&nbsp;ILANA XAVIER DE MOURA
              <input id="cd_Aluno_20" name="cd_Aluno_20" value="1202039" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202039_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_154" id="ci_AlunoAvaliacao_1202039_154" value="89443631" type="hidden">
                <input name="nr_Nota_1202039_154" id="nr_Nota_1202039_154" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_160" id="ci_AlunoAvaliacao_1202039_160" value="92087205" type="hidden">
                <input name="nr_Nota_1202039_160" id="nr_Nota_1202039_160" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_530" id="ci_AlunoAvaliacao_1202039_530" value="89913164" type="hidden">
                <input name="nr_Nota_1202039_530" id="nr_Nota_1202039_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_780" id="ci_AlunoAvaliacao_1202039_780" value="88634549" type="hidden">
                <input name="nr_Nota_1202039_780" id="nr_Nota_1202039_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_800" id="ci_AlunoAvaliacao_1202039_800" value="89180977" type="hidden">
                <input name="nr_Nota_1202039_800" id="nr_Nota_1202039_800" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_890" id="ci_AlunoAvaliacao_1202039_890" value="88646676" type="hidden">
                <input name="nr_Nota_1202039_890" id="nr_Nota_1202039_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_970" id="ci_AlunoAvaliacao_1202039_970" value="88637335" type="hidden">
                <input name="nr_Nota_1202039_970" id="nr_Nota_1202039_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_3330" id="ci_AlunoAvaliacao_1202039_3330" value="89448326" type="hidden">
                <input name="nr_Nota_1202039_3330" id="nr_Nota_1202039_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_1130" id="ci_AlunoAvaliacao_1202039_1130" value="89445484" type="hidden">
                <input name="nr_Nota_1202039_1130" id="nr_Nota_1202039_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_1140" id="ci_AlunoAvaliacao_1202039_1140" value="91063713" type="hidden">
                <input name="nr_Nota_1202039_1140" id="nr_Nota_1202039_1140" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_1200" id="ci_AlunoAvaliacao_1202039_1200" value="89184979" type="hidden">
                <input name="nr_Nota_1202039_1200" id="nr_Nota_1202039_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_1620" id="ci_AlunoAvaliacao_1202039_1620" value="89447085" type="hidden">
                <input name="nr_Nota_1202039_1620" id="nr_Nota_1202039_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202039_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202039_1730" id="ci_AlunoAvaliacao_1202039_1730" value="89186014" type="hidden">
                <input name="nr_Nota_1202039_1730" id="nr_Nota_1202039_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1201803&nbsp;INGRID ALVES DE OLIVEIRA DE SOUZA
              <input id="cd_Aluno_21" name="cd_Aluno_21" value="1201803" type="hidden"></td>
            
            <td id="colunaNotaAluno_1201803_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_154" id="ci_AlunoAvaliacao_1201803_154" value="89443632" type="hidden">
                <input name="nr_Nota_1201803_154" id="nr_Nota_1201803_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_160" id="ci_AlunoAvaliacao_1201803_160" value="92087206" type="hidden">
                <input name="nr_Nota_1201803_160" id="nr_Nota_1201803_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_530" id="ci_AlunoAvaliacao_1201803_530" value="89913165" type="hidden">
                <input name="nr_Nota_1201803_530" id="nr_Nota_1201803_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_780" id="ci_AlunoAvaliacao_1201803_780" value="88634550" type="hidden">
                <input name="nr_Nota_1201803_780" id="nr_Nota_1201803_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_800" id="ci_AlunoAvaliacao_1201803_800" value="89180978" type="hidden">
                <input name="nr_Nota_1201803_800" id="nr_Nota_1201803_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_890" id="ci_AlunoAvaliacao_1201803_890" value="88646677" type="hidden">
                <input name="nr_Nota_1201803_890" id="nr_Nota_1201803_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_970" id="ci_AlunoAvaliacao_1201803_970" value="88637336" type="hidden">
                <input name="nr_Nota_1201803_970" id="nr_Nota_1201803_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_3330" id="ci_AlunoAvaliacao_1201803_3330" value="89448327" type="hidden">
                <input name="nr_Nota_1201803_3330" id="nr_Nota_1201803_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_1130" id="ci_AlunoAvaliacao_1201803_1130" value="89445485" type="hidden">
                <input name="nr_Nota_1201803_1130" id="nr_Nota_1201803_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_1140" id="ci_AlunoAvaliacao_1201803_1140" value="91063714" type="hidden">
                <input name="nr_Nota_1201803_1140" id="nr_Nota_1201803_1140" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_1200" id="ci_AlunoAvaliacao_1201803_1200" value="89184980" type="hidden">
                <input name="nr_Nota_1201803_1200" id="nr_Nota_1201803_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_1620" id="ci_AlunoAvaliacao_1201803_1620" value="89447086" type="hidden">
                <input name="nr_Nota_1201803_1620" id="nr_Nota_1201803_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201803_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201803_1730" id="ci_AlunoAvaliacao_1201803_1730" value="89186015" type="hidden">
                <input name="nr_Nota_1201803_1730" id="nr_Nota_1201803_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1484646&nbsp;JANNIELLE MAGALHAES FORTE
              <input id="cd_Aluno_22" name="cd_Aluno_22" value="1484646" type="hidden"></td>
            
            <td id="colunaNotaAluno_1484646_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_154" id="ci_AlunoAvaliacao_1484646_154" value="89443633" type="hidden">
                <input name="nr_Nota_1484646_154" id="nr_Nota_1484646_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_160" id="ci_AlunoAvaliacao_1484646_160" value="92087207" type="hidden">
                <input name="nr_Nota_1484646_160" id="nr_Nota_1484646_160" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_530" id="ci_AlunoAvaliacao_1484646_530" value="89913166" type="hidden">
                <input name="nr_Nota_1484646_530" id="nr_Nota_1484646_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_780" id="ci_AlunoAvaliacao_1484646_780" value="88634551" type="hidden">
                <input name="nr_Nota_1484646_780" id="nr_Nota_1484646_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_800" id="ci_AlunoAvaliacao_1484646_800" value="89180980" type="hidden">
                <input name="nr_Nota_1484646_800" id="nr_Nota_1484646_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_890" id="ci_AlunoAvaliacao_1484646_890" value="88646678" type="hidden">
                <input name="nr_Nota_1484646_890" id="nr_Nota_1484646_890" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_970" id="ci_AlunoAvaliacao_1484646_970" value="88637337" type="hidden">
                <input name="nr_Nota_1484646_970" id="nr_Nota_1484646_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_3330" id="ci_AlunoAvaliacao_1484646_3330" value="89448328" type="hidden">
                <input name="nr_Nota_1484646_3330" id="nr_Nota_1484646_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_1130" id="ci_AlunoAvaliacao_1484646_1130" value="89445486" type="hidden">
                <input name="nr_Nota_1484646_1130" id="nr_Nota_1484646_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_1140" id="ci_AlunoAvaliacao_1484646_1140" value="91063715" type="hidden">
                <input name="nr_Nota_1484646_1140" id="nr_Nota_1484646_1140" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_1200" id="ci_AlunoAvaliacao_1484646_1200" value="89184981" type="hidden">
                <input name="nr_Nota_1484646_1200" id="nr_Nota_1484646_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_1620" id="ci_AlunoAvaliacao_1484646_1620" value="89447087" type="hidden">
                <input name="nr_Nota_1484646_1620" id="nr_Nota_1484646_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1484646_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1484646_1730" id="ci_AlunoAvaliacao_1484646_1730" value="89186016" type="hidden">
                <input name="nr_Nota_1484646_1730" id="nr_Nota_1484646_1730" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1058596&nbsp;JESSICA DE OLIVEIRA MAIA
              <input id="cd_Aluno_23" name="cd_Aluno_23" value="1058596" type="hidden"></td>
            
            <td id="colunaNotaAluno_1058596_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_154" id="ci_AlunoAvaliacao_1058596_154" value="89443634" type="hidden">
                <input name="nr_Nota_1058596_154" id="nr_Nota_1058596_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_160" id="ci_AlunoAvaliacao_1058596_160" value="92087208" type="hidden">
                <input name="nr_Nota_1058596_160" id="nr_Nota_1058596_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_530" id="ci_AlunoAvaliacao_1058596_530" value="89913167" type="hidden">
                <input name="nr_Nota_1058596_530" id="nr_Nota_1058596_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_780" id="ci_AlunoAvaliacao_1058596_780" value="88634552" type="hidden">
                <input name="nr_Nota_1058596_780" id="nr_Nota_1058596_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_800" id="ci_AlunoAvaliacao_1058596_800" value="89180981" type="hidden">
                <input name="nr_Nota_1058596_800" id="nr_Nota_1058596_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_890" id="ci_AlunoAvaliacao_1058596_890" value="88646679" type="hidden">
                <input name="nr_Nota_1058596_890" id="nr_Nota_1058596_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_970" id="ci_AlunoAvaliacao_1058596_970" value="88637339" type="hidden">
                <input name="nr_Nota_1058596_970" id="nr_Nota_1058596_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_3330" id="ci_AlunoAvaliacao_1058596_3330" value="89448329" type="hidden">
                <input name="nr_Nota_1058596_3330" id="nr_Nota_1058596_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_1130" id="ci_AlunoAvaliacao_1058596_1130" value="89445487" type="hidden">
                <input name="nr_Nota_1058596_1130" id="nr_Nota_1058596_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_1140" id="ci_AlunoAvaliacao_1058596_1140" value="91063716" type="hidden">
                <input name="nr_Nota_1058596_1140" id="nr_Nota_1058596_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_1200" id="ci_AlunoAvaliacao_1058596_1200" value="89184982" type="hidden">
                <input name="nr_Nota_1058596_1200" id="nr_Nota_1058596_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_1620" id="ci_AlunoAvaliacao_1058596_1620" value="89447088" type="hidden">
                <input name="nr_Nota_1058596_1620" id="nr_Nota_1058596_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1058596_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1058596_1730" id="ci_AlunoAvaliacao_1058596_1730" value="89186017" type="hidden">
                <input name="nr_Nota_1058596_1730" id="nr_Nota_1058596_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1002334&nbsp;JOANA DARC CORREIA LIMA VASCONCELOS
              <input id="cd_Aluno_24" name="cd_Aluno_24" value="1002334" type="hidden"></td>
            
            <td id="colunaNotaAluno_1002334_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_154" id="ci_AlunoAvaliacao_1002334_154" value="89443635" type="hidden">
                <input name="nr_Nota_1002334_154" id="nr_Nota_1002334_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_160" id="ci_AlunoAvaliacao_1002334_160" value="92087209" type="hidden">
                <input name="nr_Nota_1002334_160" id="nr_Nota_1002334_160" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_530" id="ci_AlunoAvaliacao_1002334_530" value="89913168" type="hidden">
                <input name="nr_Nota_1002334_530" id="nr_Nota_1002334_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_780" id="ci_AlunoAvaliacao_1002334_780" value="88634553" type="hidden">
                <input name="nr_Nota_1002334_780" id="nr_Nota_1002334_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_800" id="ci_AlunoAvaliacao_1002334_800" value="89180982" type="hidden">
                <input name="nr_Nota_1002334_800" id="nr_Nota_1002334_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_890" id="ci_AlunoAvaliacao_1002334_890" value="88646680" type="hidden">
                <input name="nr_Nota_1002334_890" id="nr_Nota_1002334_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_970" id="ci_AlunoAvaliacao_1002334_970" value="88637340" type="hidden">
                <input name="nr_Nota_1002334_970" id="nr_Nota_1002334_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_3330" id="ci_AlunoAvaliacao_1002334_3330" value="89448330" type="hidden">
                <input name="nr_Nota_1002334_3330" id="nr_Nota_1002334_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_1130" id="ci_AlunoAvaliacao_1002334_1130" value="89445489" type="hidden">
                <input name="nr_Nota_1002334_1130" id="nr_Nota_1002334_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_1140" id="ci_AlunoAvaliacao_1002334_1140" value="91063717" type="hidden">
                <input name="nr_Nota_1002334_1140" id="nr_Nota_1002334_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_1200" id="ci_AlunoAvaliacao_1002334_1200" value="89184984" type="hidden">
                <input name="nr_Nota_1002334_1200" id="nr_Nota_1002334_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_1620" id="ci_AlunoAvaliacao_1002334_1620" value="89447089" type="hidden">
                <input name="nr_Nota_1002334_1620" id="nr_Nota_1002334_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1002334_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1002334_1730" id="ci_AlunoAvaliacao_1002334_1730" value="89186018" type="hidden">
                <input name="nr_Nota_1002334_1730" id="nr_Nota_1002334_1730" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1462403&nbsp;JOAO RICARDO ANDRADE DE CASTRO
              <input id="cd_Aluno_25" name="cd_Aluno_25" value="1462403" type="hidden"></td>
            
            <td id="colunaNotaAluno_1462403_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_154" id="ci_AlunoAvaliacao_1462403_154" value="89443636" type="hidden">
                <input name="nr_Nota_1462403_154" id="nr_Nota_1462403_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_160" id="ci_AlunoAvaliacao_1462403_160" value="92087210" type="hidden">
                <input name="nr_Nota_1462403_160" id="nr_Nota_1462403_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_530" id="ci_AlunoAvaliacao_1462403_530" value="89913169" type="hidden">
                <input name="nr_Nota_1462403_530" id="nr_Nota_1462403_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_780" id="ci_AlunoAvaliacao_1462403_780" value="88634554" type="hidden">
                <input name="nr_Nota_1462403_780" id="nr_Nota_1462403_780" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_800" id="ci_AlunoAvaliacao_1462403_800" value="89180983" type="hidden">
                <input name="nr_Nota_1462403_800" id="nr_Nota_1462403_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_890" id="ci_AlunoAvaliacao_1462403_890" value="88646681" type="hidden">
                <input name="nr_Nota_1462403_890" id="nr_Nota_1462403_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_970" id="ci_AlunoAvaliacao_1462403_970" value="88637341" type="hidden">
                <input name="nr_Nota_1462403_970" id="nr_Nota_1462403_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_3330" id="ci_AlunoAvaliacao_1462403_3330" value="89448331" type="hidden">
                <input name="nr_Nota_1462403_3330" id="nr_Nota_1462403_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_1130" id="ci_AlunoAvaliacao_1462403_1130" value="89445490" type="hidden">
                <input name="nr_Nota_1462403_1130" id="nr_Nota_1462403_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_1140" id="ci_AlunoAvaliacao_1462403_1140" value="91063718" type="hidden">
                <input name="nr_Nota_1462403_1140" id="nr_Nota_1462403_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_1200" id="ci_AlunoAvaliacao_1462403_1200" value="89184985" type="hidden">
                <input name="nr_Nota_1462403_1200" id="nr_Nota_1462403_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_1620" id="ci_AlunoAvaliacao_1462403_1620" value="89447090" type="hidden">
                <input name="nr_Nota_1462403_1620" id="nr_Nota_1462403_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462403_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462403_1730" id="ci_AlunoAvaliacao_1462403_1730" value="89186019" type="hidden">
                <input name="nr_Nota_1462403_1730" id="nr_Nota_1462403_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1202517&nbsp;KEDINA MARIA DOS SANTOS DE MARIA
              <input id="cd_Aluno_26" name="cd_Aluno_26" value="1202517" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202517_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_154" id="ci_AlunoAvaliacao_1202517_154" value="89443637" type="hidden">
                <input name="nr_Nota_1202517_154" id="nr_Nota_1202517_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_160" id="ci_AlunoAvaliacao_1202517_160" value="92087211" type="hidden">
                <input name="nr_Nota_1202517_160" id="nr_Nota_1202517_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_530" id="ci_AlunoAvaliacao_1202517_530" value="89913170" type="hidden">
                <input name="nr_Nota_1202517_530" id="nr_Nota_1202517_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_780" id="ci_AlunoAvaliacao_1202517_780" value="88634555" type="hidden">
                <input name="nr_Nota_1202517_780" id="nr_Nota_1202517_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_800" id="ci_AlunoAvaliacao_1202517_800" value="89180984" type="hidden">
                <input name="nr_Nota_1202517_800" id="nr_Nota_1202517_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_890" id="ci_AlunoAvaliacao_1202517_890" value="88646682" type="hidden">
                <input name="nr_Nota_1202517_890" id="nr_Nota_1202517_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_970" id="ci_AlunoAvaliacao_1202517_970" value="88637342" type="hidden">
                <input name="nr_Nota_1202517_970" id="nr_Nota_1202517_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_3330" id="ci_AlunoAvaliacao_1202517_3330" value="89448332" type="hidden">
                <input name="nr_Nota_1202517_3330" id="nr_Nota_1202517_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_1130" id="ci_AlunoAvaliacao_1202517_1130" value="89445491" type="hidden">
                <input name="nr_Nota_1202517_1130" id="nr_Nota_1202517_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_1140" id="ci_AlunoAvaliacao_1202517_1140" value="91063719" type="hidden">
                <input name="nr_Nota_1202517_1140" id="nr_Nota_1202517_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_1200" id="ci_AlunoAvaliacao_1202517_1200" value="89184986" type="hidden">
                <input name="nr_Nota_1202517_1200" id="nr_Nota_1202517_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_1620" id="ci_AlunoAvaliacao_1202517_1620" value="89447091" type="hidden">
                <input name="nr_Nota_1202517_1620" id="nr_Nota_1202517_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202517_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202517_1730" id="ci_AlunoAvaliacao_1202517_1730" value="89186020" type="hidden">
                <input name="nr_Nota_1202517_1730" id="nr_Nota_1202517_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;883771&nbsp;LETICIA DA SILVA COSTA
              <input id="cd_Aluno_27" name="cd_Aluno_27" value="883771" type="hidden"></td>
            
            <td id="colunaNotaAluno_883771_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_154" id="ci_AlunoAvaliacao_883771_154" value="89443638" type="hidden">
                <input name="nr_Nota_883771_154" id="nr_Nota_883771_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_160" id="ci_AlunoAvaliacao_883771_160" value="92087212" type="hidden">
                <input name="nr_Nota_883771_160" id="nr_Nota_883771_160" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_530" id="ci_AlunoAvaliacao_883771_530" value="89913171" type="hidden">
                <input name="nr_Nota_883771_530" id="nr_Nota_883771_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_780" id="ci_AlunoAvaliacao_883771_780" value="88634556" type="hidden">
                <input name="nr_Nota_883771_780" id="nr_Nota_883771_780" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_800" id="ci_AlunoAvaliacao_883771_800" value="89180985" type="hidden">
                <input name="nr_Nota_883771_800" id="nr_Nota_883771_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_890" id="ci_AlunoAvaliacao_883771_890" value="88646683" type="hidden">
                <input name="nr_Nota_883771_890" id="nr_Nota_883771_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_970" id="ci_AlunoAvaliacao_883771_970" value="88637343" type="hidden">
                <input name="nr_Nota_883771_970" id="nr_Nota_883771_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_3330" id="ci_AlunoAvaliacao_883771_3330" value="89448333" type="hidden">
                <input name="nr_Nota_883771_3330" id="nr_Nota_883771_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_1130" id="ci_AlunoAvaliacao_883771_1130" value="89445492" type="hidden">
                <input name="nr_Nota_883771_1130" id="nr_Nota_883771_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_1140" id="ci_AlunoAvaliacao_883771_1140" value="91063720" type="hidden">
                <input name="nr_Nota_883771_1140" id="nr_Nota_883771_1140" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_1200" id="ci_AlunoAvaliacao_883771_1200" value="89184987" type="hidden">
                <input name="nr_Nota_883771_1200" id="nr_Nota_883771_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_1620" id="ci_AlunoAvaliacao_883771_1620" value="89447092" type="hidden">
                <input name="nr_Nota_883771_1620" id="nr_Nota_883771_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_883771_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_883771_1730" id="ci_AlunoAvaliacao_883771_1730" value="89186021" type="hidden">
                <input name="nr_Nota_883771_1730" id="nr_Nota_883771_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;903015&nbsp;LUCAS RIBEIRO DA SILVA
              <input id="cd_Aluno_28" name="cd_Aluno_28" value="903015" type="hidden"></td>
            
            <td id="colunaNotaAluno_903015_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_154" id="ci_AlunoAvaliacao_903015_154" value="89443639" type="hidden">
                <input name="nr_Nota_903015_154" id="nr_Nota_903015_154" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_160" id="ci_AlunoAvaliacao_903015_160" value="92087213" type="hidden">
                <input name="nr_Nota_903015_160" id="nr_Nota_903015_160" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_530" id="ci_AlunoAvaliacao_903015_530" value="89913172" type="hidden">
                <input name="nr_Nota_903015_530" id="nr_Nota_903015_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_780" id="ci_AlunoAvaliacao_903015_780" value="88634557" type="hidden">
                <input name="nr_Nota_903015_780" id="nr_Nota_903015_780" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_800" id="ci_AlunoAvaliacao_903015_800" value="89180986" type="hidden">
                <input name="nr_Nota_903015_800" id="nr_Nota_903015_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_890" id="ci_AlunoAvaliacao_903015_890" value="88646684" type="hidden">
                <input name="nr_Nota_903015_890" id="nr_Nota_903015_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_970" id="ci_AlunoAvaliacao_903015_970" value="88637344" type="hidden">
                <input name="nr_Nota_903015_970" id="nr_Nota_903015_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_3330" id="ci_AlunoAvaliacao_903015_3330" value="89448334" type="hidden">
                <input name="nr_Nota_903015_3330" id="nr_Nota_903015_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_1130" id="ci_AlunoAvaliacao_903015_1130" value="89445493" type="hidden">
                <input name="nr_Nota_903015_1130" id="nr_Nota_903015_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_1140" id="ci_AlunoAvaliacao_903015_1140" value="91063721" type="hidden">
                <input name="nr_Nota_903015_1140" id="nr_Nota_903015_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_1200" id="ci_AlunoAvaliacao_903015_1200" value="89184988" type="hidden">
                <input name="nr_Nota_903015_1200" id="nr_Nota_903015_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_1620" id="ci_AlunoAvaliacao_903015_1620" value="89447093" type="hidden">
                <input name="nr_Nota_903015_1620" id="nr_Nota_903015_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903015_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903015_1730" id="ci_AlunoAvaliacao_903015_1730" value="89186022" type="hidden">
                <input name="nr_Nota_903015_1730" id="nr_Nota_903015_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;109998&nbsp;MARCIANE DE MOURA GOMES
              <input id="cd_Aluno_29" name="cd_Aluno_29" value="109998" type="hidden"></td>
            
            <td id="colunaNotaAluno_109998_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_154" id="ci_AlunoAvaliacao_109998_154" value="89443640" type="hidden">
                <input name="nr_Nota_109998_154" id="nr_Nota_109998_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_160" id="ci_AlunoAvaliacao_109998_160" value="92087214" type="hidden">
                <input name="nr_Nota_109998_160" id="nr_Nota_109998_160" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_530" id="ci_AlunoAvaliacao_109998_530" value="89913173" type="hidden">
                <input name="nr_Nota_109998_530" id="nr_Nota_109998_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_780" id="ci_AlunoAvaliacao_109998_780" value="88634558" type="hidden">
                <input name="nr_Nota_109998_780" id="nr_Nota_109998_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_800" id="ci_AlunoAvaliacao_109998_800" value="89180987" type="hidden">
                <input name="nr_Nota_109998_800" id="nr_Nota_109998_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_890" id="ci_AlunoAvaliacao_109998_890" value="88646685" type="hidden">
                <input name="nr_Nota_109998_890" id="nr_Nota_109998_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_970" id="ci_AlunoAvaliacao_109998_970" value="88637345" type="hidden">
                <input name="nr_Nota_109998_970" id="nr_Nota_109998_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_3330" id="ci_AlunoAvaliacao_109998_3330" value="89448335" type="hidden">
                <input name="nr_Nota_109998_3330" id="nr_Nota_109998_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_1130" id="ci_AlunoAvaliacao_109998_1130" value="89445494" type="hidden">
                <input name="nr_Nota_109998_1130" id="nr_Nota_109998_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_1140" id="ci_AlunoAvaliacao_109998_1140" value="91063722" type="hidden">
                <input name="nr_Nota_109998_1140" id="nr_Nota_109998_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_1200" id="ci_AlunoAvaliacao_109998_1200" value="89184989" type="hidden">
                <input name="nr_Nota_109998_1200" id="nr_Nota_109998_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_1620" id="ci_AlunoAvaliacao_109998_1620" value="89447094" type="hidden">
                <input name="nr_Nota_109998_1620" id="nr_Nota_109998_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_109998_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_109998_1730" id="ci_AlunoAvaliacao_109998_1730" value="89186023" type="hidden">
                <input name="nr_Nota_109998_1730" id="nr_Nota_109998_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;567081&nbsp;MARCILENE DE SOUSA ALCANTARA
              <input id="cd_Aluno_30" name="cd_Aluno_30" value="567081" type="hidden"></td>
            
            <td id="colunaNotaAluno_567081_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_154" id="ci_AlunoAvaliacao_567081_154" value="89443641" type="hidden">
                <input name="nr_Nota_567081_154" id="nr_Nota_567081_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_160" id="ci_AlunoAvaliacao_567081_160" value="92087215" type="hidden">
                <input name="nr_Nota_567081_160" id="nr_Nota_567081_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_530" id="ci_AlunoAvaliacao_567081_530" value="89913180" type="hidden">
                <input name="nr_Nota_567081_530" id="nr_Nota_567081_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_780" id="ci_AlunoAvaliacao_567081_780" value="88634559" type="hidden">
                <input name="nr_Nota_567081_780" id="nr_Nota_567081_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_800" id="ci_AlunoAvaliacao_567081_800" value="89180988" type="hidden">
                <input name="nr_Nota_567081_800" id="nr_Nota_567081_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_890" id="ci_AlunoAvaliacao_567081_890" value="88646686" type="hidden">
                <input name="nr_Nota_567081_890" id="nr_Nota_567081_890" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_970" id="ci_AlunoAvaliacao_567081_970" value="88637346" type="hidden">
                <input name="nr_Nota_567081_970" id="nr_Nota_567081_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_3330" id="ci_AlunoAvaliacao_567081_3330" value="89448336" type="hidden">
                <input name="nr_Nota_567081_3330" id="nr_Nota_567081_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_1130" id="ci_AlunoAvaliacao_567081_1130" value="89445496" type="hidden">
                <input name="nr_Nota_567081_1130" id="nr_Nota_567081_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_1140" id="ci_AlunoAvaliacao_567081_1140" value="91063723" type="hidden">
                <input name="nr_Nota_567081_1140" id="nr_Nota_567081_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_1200" id="ci_AlunoAvaliacao_567081_1200" value="89184990" type="hidden">
                <input name="nr_Nota_567081_1200" id="nr_Nota_567081_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_1620" id="ci_AlunoAvaliacao_567081_1620" value="89447095" type="hidden">
                <input name="nr_Nota_567081_1620" id="nr_Nota_567081_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_567081_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_567081_1730" id="ci_AlunoAvaliacao_567081_1730" value="89186024" type="hidden">
                <input name="nr_Nota_567081_1730" id="nr_Nota_567081_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;55539&nbsp;MARIA EDLANGE DOS SANTOS
              <input id="cd_Aluno_31" name="cd_Aluno_31" value="55539" type="hidden"></td>
            
            <td id="colunaNotaAluno_55539_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_154" id="ci_AlunoAvaliacao_55539_154" value="89443642" type="hidden">
                <input name="nr_Nota_55539_154" id="nr_Nota_55539_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_160" id="ci_AlunoAvaliacao_55539_160" value="92087216" type="hidden">
                <input name="nr_Nota_55539_160" id="nr_Nota_55539_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_530" id="ci_AlunoAvaliacao_55539_530" value="89913195" type="hidden">
                <input name="nr_Nota_55539_530" id="nr_Nota_55539_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_780" id="ci_AlunoAvaliacao_55539_780" value="88634560" type="hidden">
                <input name="nr_Nota_55539_780" id="nr_Nota_55539_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_800" id="ci_AlunoAvaliacao_55539_800" value="89180989" type="hidden">
                <input name="nr_Nota_55539_800" id="nr_Nota_55539_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_890" id="ci_AlunoAvaliacao_55539_890" value="88646687" type="hidden">
                <input name="nr_Nota_55539_890" id="nr_Nota_55539_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_970" id="ci_AlunoAvaliacao_55539_970" value="88637347" type="hidden">
                <input name="nr_Nota_55539_970" id="nr_Nota_55539_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_3330" id="ci_AlunoAvaliacao_55539_3330" value="89448337" type="hidden">
                <input name="nr_Nota_55539_3330" id="nr_Nota_55539_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_1130" id="ci_AlunoAvaliacao_55539_1130" value="89445497" type="hidden">
                <input name="nr_Nota_55539_1130" id="nr_Nota_55539_1130" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_1140" id="ci_AlunoAvaliacao_55539_1140" value="91063724" type="hidden">
                <input name="nr_Nota_55539_1140" id="nr_Nota_55539_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_1200" id="ci_AlunoAvaliacao_55539_1200" value="89184991" type="hidden">
                <input name="nr_Nota_55539_1200" id="nr_Nota_55539_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_1620" id="ci_AlunoAvaliacao_55539_1620" value="89447096" type="hidden">
                <input name="nr_Nota_55539_1620" id="nr_Nota_55539_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_55539_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_55539_1730" id="ci_AlunoAvaliacao_55539_1730" value="89186025" type="hidden">
                <input name="nr_Nota_55539_1730" id="nr_Nota_55539_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1238097&nbsp;MARIA VANESSA CARVALHO MOURA
              <input id="cd_Aluno_32" name="cd_Aluno_32" value="1238097" type="hidden"></td>
            
            <td id="colunaNotaAluno_1238097_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_154" id="ci_AlunoAvaliacao_1238097_154" value="89443643" type="hidden">
                <input name="nr_Nota_1238097_154" id="nr_Nota_1238097_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_160" id="ci_AlunoAvaliacao_1238097_160" value="92087217" type="hidden">
                <input name="nr_Nota_1238097_160" id="nr_Nota_1238097_160" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_530" id="ci_AlunoAvaliacao_1238097_530" value="89913203" type="hidden">
                <input name="nr_Nota_1238097_530" id="nr_Nota_1238097_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_780" id="ci_AlunoAvaliacao_1238097_780" value="88634561" type="hidden">
                <input name="nr_Nota_1238097_780" id="nr_Nota_1238097_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_800" id="ci_AlunoAvaliacao_1238097_800" value="89180990" type="hidden">
                <input name="nr_Nota_1238097_800" id="nr_Nota_1238097_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_890" id="ci_AlunoAvaliacao_1238097_890" value="88646688" type="hidden">
                <input name="nr_Nota_1238097_890" id="nr_Nota_1238097_890" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_970" id="ci_AlunoAvaliacao_1238097_970" value="88637348" type="hidden">
                <input name="nr_Nota_1238097_970" id="nr_Nota_1238097_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_3330" id="ci_AlunoAvaliacao_1238097_3330" value="89448338" type="hidden">
                <input name="nr_Nota_1238097_3330" id="nr_Nota_1238097_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_1130" id="ci_AlunoAvaliacao_1238097_1130" value="89445498" type="hidden">
                <input name="nr_Nota_1238097_1130" id="nr_Nota_1238097_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_1140" id="ci_AlunoAvaliacao_1238097_1140" value="91063725" type="hidden">
                <input name="nr_Nota_1238097_1140" id="nr_Nota_1238097_1140" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_1200" id="ci_AlunoAvaliacao_1238097_1200" value="89184992" type="hidden">
                <input name="nr_Nota_1238097_1200" id="nr_Nota_1238097_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_1620" id="ci_AlunoAvaliacao_1238097_1620" value="89447097" type="hidden">
                <input name="nr_Nota_1238097_1620" id="nr_Nota_1238097_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238097_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238097_1730" id="ci_AlunoAvaliacao_1238097_1730" value="89186026" type="hidden">
                <input name="nr_Nota_1238097_1730" id="nr_Nota_1238097_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1197180&nbsp;MARINA LUISE DA SILVA GALDINO
              <input id="cd_Aluno_33" name="cd_Aluno_33" value="1197180" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197180_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_154" id="ci_AlunoAvaliacao_1197180_154" value="89443644" type="hidden">
                <input name="nr_Nota_1197180_154" id="nr_Nota_1197180_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_160" id="ci_AlunoAvaliacao_1197180_160" value="92087218" type="hidden">
                <input name="nr_Nota_1197180_160" id="nr_Nota_1197180_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_530" id="ci_AlunoAvaliacao_1197180_530" value="89913212" type="hidden">
                <input name="nr_Nota_1197180_530" id="nr_Nota_1197180_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_780" id="ci_AlunoAvaliacao_1197180_780" value="88634562" type="hidden">
                <input name="nr_Nota_1197180_780" id="nr_Nota_1197180_780" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_800" id="ci_AlunoAvaliacao_1197180_800" value="89180992" type="hidden">
                <input name="nr_Nota_1197180_800" id="nr_Nota_1197180_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_890" id="ci_AlunoAvaliacao_1197180_890" value="88646689" type="hidden">
                <input name="nr_Nota_1197180_890" id="nr_Nota_1197180_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_970" id="ci_AlunoAvaliacao_1197180_970" value="88637349" type="hidden">
                <input name="nr_Nota_1197180_970" id="nr_Nota_1197180_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_3330" id="ci_AlunoAvaliacao_1197180_3330" value="89448339" type="hidden">
                <input name="nr_Nota_1197180_3330" id="nr_Nota_1197180_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_1130" id="ci_AlunoAvaliacao_1197180_1130" value="89445499" type="hidden">
                <input name="nr_Nota_1197180_1130" id="nr_Nota_1197180_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_1140" id="ci_AlunoAvaliacao_1197180_1140" value="91063726" type="hidden">
                <input name="nr_Nota_1197180_1140" id="nr_Nota_1197180_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_1200" id="ci_AlunoAvaliacao_1197180_1200" value="89184993" type="hidden">
                <input name="nr_Nota_1197180_1200" id="nr_Nota_1197180_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_1620" id="ci_AlunoAvaliacao_1197180_1620" value="89447098" type="hidden">
                <input name="nr_Nota_1197180_1620" id="nr_Nota_1197180_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197180_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197180_1730" id="ci_AlunoAvaliacao_1197180_1730" value="89186027" type="hidden">
                <input name="nr_Nota_1197180_1730" id="nr_Nota_1197180_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1195355&nbsp;MATHEUS SANTOS DA SILVA
              <input id="cd_Aluno_34" name="cd_Aluno_34" value="1195355" type="hidden"></td>
            
            <td id="colunaNotaAluno_1195355_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_154" id="ci_AlunoAvaliacao_1195355_154" value="89443645" type="hidden">
                <input name="nr_Nota_1195355_154" id="nr_Nota_1195355_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_160" id="ci_AlunoAvaliacao_1195355_160" value="92087219" type="hidden">
                <input name="nr_Nota_1195355_160" id="nr_Nota_1195355_160" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_530" id="ci_AlunoAvaliacao_1195355_530" value="89913213" type="hidden">
                <input name="nr_Nota_1195355_530" id="nr_Nota_1195355_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_780" id="ci_AlunoAvaliacao_1195355_780" value="88634563" type="hidden">
                <input name="nr_Nota_1195355_780" id="nr_Nota_1195355_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_800" id="ci_AlunoAvaliacao_1195355_800" value="89180998" type="hidden">
                <input name="nr_Nota_1195355_800" id="nr_Nota_1195355_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_890" id="ci_AlunoAvaliacao_1195355_890" value="88646690" type="hidden">
                <input name="nr_Nota_1195355_890" id="nr_Nota_1195355_890" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_970" id="ci_AlunoAvaliacao_1195355_970" value="88637350" type="hidden">
                <input name="nr_Nota_1195355_970" id="nr_Nota_1195355_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_3330" id="ci_AlunoAvaliacao_1195355_3330" value="89448340" type="hidden">
                <input name="nr_Nota_1195355_3330" id="nr_Nota_1195355_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_1130" id="ci_AlunoAvaliacao_1195355_1130" value="89445501" type="hidden">
                <input name="nr_Nota_1195355_1130" id="nr_Nota_1195355_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_1140" id="ci_AlunoAvaliacao_1195355_1140" value="91063727" type="hidden">
                <input name="nr_Nota_1195355_1140" id="nr_Nota_1195355_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_1200" id="ci_AlunoAvaliacao_1195355_1200" value="89184994" type="hidden">
                <input name="nr_Nota_1195355_1200" id="nr_Nota_1195355_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_1620" id="ci_AlunoAvaliacao_1195355_1620" value="89447099" type="hidden">
                <input name="nr_Nota_1195355_1620" id="nr_Nota_1195355_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195355_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195355_1730" id="ci_AlunoAvaliacao_1195355_1730" value="89186028" type="hidden">
                <input name="nr_Nota_1195355_1730" id="nr_Nota_1195355_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1238111&nbsp;PAULA MARQUES DE LIMA
              <input id="cd_Aluno_35" name="cd_Aluno_35" value="1238111" type="hidden"></td>
            
            <td id="colunaNotaAluno_1238111_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_154" id="ci_AlunoAvaliacao_1238111_154" value="89443646" type="hidden">
                <input name="nr_Nota_1238111_154" id="nr_Nota_1238111_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_160" id="ci_AlunoAvaliacao_1238111_160" value="92087220" type="hidden">
                <input name="nr_Nota_1238111_160" id="nr_Nota_1238111_160" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_530" id="ci_AlunoAvaliacao_1238111_530" value="89913214" type="hidden">
                <input name="nr_Nota_1238111_530" id="nr_Nota_1238111_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_780" id="ci_AlunoAvaliacao_1238111_780" value="88634564" type="hidden">
                <input name="nr_Nota_1238111_780" id="nr_Nota_1238111_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_800" id="ci_AlunoAvaliacao_1238111_800" value="89180999" type="hidden">
                <input name="nr_Nota_1238111_800" id="nr_Nota_1238111_800" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_890" id="ci_AlunoAvaliacao_1238111_890" value="88646691" type="hidden">
                <input name="nr_Nota_1238111_890" id="nr_Nota_1238111_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_970" id="ci_AlunoAvaliacao_1238111_970" value="88637351" type="hidden">
                <input name="nr_Nota_1238111_970" id="nr_Nota_1238111_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_3330" id="ci_AlunoAvaliacao_1238111_3330" value="89448341" type="hidden">
                <input name="nr_Nota_1238111_3330" id="nr_Nota_1238111_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_1130" id="ci_AlunoAvaliacao_1238111_1130" value="89445504" type="hidden">
                <input name="nr_Nota_1238111_1130" id="nr_Nota_1238111_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_1140" id="ci_AlunoAvaliacao_1238111_1140" value="91063728" type="hidden">
                <input name="nr_Nota_1238111_1140" id="nr_Nota_1238111_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_1200" id="ci_AlunoAvaliacao_1238111_1200" value="89184995" type="hidden">
                <input name="nr_Nota_1238111_1200" id="nr_Nota_1238111_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_1620" id="ci_AlunoAvaliacao_1238111_1620" value="89447100" type="hidden">
                <input name="nr_Nota_1238111_1620" id="nr_Nota_1238111_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238111_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238111_1730" id="ci_AlunoAvaliacao_1238111_1730" value="89186029" type="hidden">
                <input name="nr_Nota_1238111_1730" id="nr_Nota_1238111_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1205703&nbsp;PRISCILA FERREIRA DA SILVA
              <input id="cd_Aluno_36" name="cd_Aluno_36" value="1205703" type="hidden"></td>
            
            <td id="colunaNotaAluno_1205703_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_154" id="ci_AlunoAvaliacao_1205703_154" value="89443647" type="hidden">
                <input name="nr_Nota_1205703_154" id="nr_Nota_1205703_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_160" id="ci_AlunoAvaliacao_1205703_160" value="92087221" type="hidden">
                <input name="nr_Nota_1205703_160" id="nr_Nota_1205703_160" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_530" id="ci_AlunoAvaliacao_1205703_530" value="89913215" type="hidden">
                <input name="nr_Nota_1205703_530" id="nr_Nota_1205703_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_780" id="ci_AlunoAvaliacao_1205703_780" value="88634565" type="hidden">
                <input name="nr_Nota_1205703_780" id="nr_Nota_1205703_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_800" id="ci_AlunoAvaliacao_1205703_800" value="89181004" type="hidden">
                <input name="nr_Nota_1205703_800" id="nr_Nota_1205703_800" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_890" id="ci_AlunoAvaliacao_1205703_890" value="88646692" type="hidden">
                <input name="nr_Nota_1205703_890" id="nr_Nota_1205703_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_970" id="ci_AlunoAvaliacao_1205703_970" value="88637352" type="hidden">
                <input name="nr_Nota_1205703_970" id="nr_Nota_1205703_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_3330" id="ci_AlunoAvaliacao_1205703_3330" value="89448342" type="hidden">
                <input name="nr_Nota_1205703_3330" id="nr_Nota_1205703_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_1130" id="ci_AlunoAvaliacao_1205703_1130" value="89445505" type="hidden">
                <input name="nr_Nota_1205703_1130" id="nr_Nota_1205703_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_1140" id="ci_AlunoAvaliacao_1205703_1140" value="91063729" type="hidden">
                <input name="nr_Nota_1205703_1140" id="nr_Nota_1205703_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_1200" id="ci_AlunoAvaliacao_1205703_1200" value="89184996" type="hidden">
                <input name="nr_Nota_1205703_1200" id="nr_Nota_1205703_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_1620" id="ci_AlunoAvaliacao_1205703_1620" value="89447101" type="hidden">
                <input name="nr_Nota_1205703_1620" id="nr_Nota_1205703_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205703_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205703_1730" id="ci_AlunoAvaliacao_1205703_1730" value="89186030" type="hidden">
                <input name="nr_Nota_1205703_1730" id="nr_Nota_1205703_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1202370&nbsp;RENATO RIBEIRO DE SOUSA
              <input id="cd_Aluno_37" name="cd_Aluno_37" value="1202370" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202370_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_154" id="ci_AlunoAvaliacao_1202370_154" value="89443648" type="hidden">
                <input name="nr_Nota_1202370_154" id="nr_Nota_1202370_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_160" id="ci_AlunoAvaliacao_1202370_160" value="92087222" type="hidden">
                <input name="nr_Nota_1202370_160" id="nr_Nota_1202370_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_530" id="ci_AlunoAvaliacao_1202370_530" value="89913216" type="hidden">
                <input name="nr_Nota_1202370_530" id="nr_Nota_1202370_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_780" id="ci_AlunoAvaliacao_1202370_780" value="88634566" type="hidden">
                <input name="nr_Nota_1202370_780" id="nr_Nota_1202370_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_800" id="ci_AlunoAvaliacao_1202370_800" value="89181006" type="hidden">
                <input name="nr_Nota_1202370_800" id="nr_Nota_1202370_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_890" id="ci_AlunoAvaliacao_1202370_890" value="88646693" type="hidden">
                <input name="nr_Nota_1202370_890" id="nr_Nota_1202370_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_970" id="ci_AlunoAvaliacao_1202370_970" value="88637353" type="hidden">
                <input name="nr_Nota_1202370_970" id="nr_Nota_1202370_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_3330" id="ci_AlunoAvaliacao_1202370_3330" value="89448343" type="hidden">
                <input name="nr_Nota_1202370_3330" id="nr_Nota_1202370_3330" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_1130" id="ci_AlunoAvaliacao_1202370_1130" value="89445506" type="hidden">
                <input name="nr_Nota_1202370_1130" id="nr_Nota_1202370_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_1140" id="ci_AlunoAvaliacao_1202370_1140" value="91063730" type="hidden">
                <input name="nr_Nota_1202370_1140" id="nr_Nota_1202370_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_1200" id="ci_AlunoAvaliacao_1202370_1200" value="89184997" type="hidden">
                <input name="nr_Nota_1202370_1200" id="nr_Nota_1202370_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_1620" id="ci_AlunoAvaliacao_1202370_1620" value="89447102" type="hidden">
                <input name="nr_Nota_1202370_1620" id="nr_Nota_1202370_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202370_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202370_1730" id="ci_AlunoAvaliacao_1202370_1730" value="89186031" type="hidden">
                <input name="nr_Nota_1202370_1730" id="nr_Nota_1202370_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;983521&nbsp;SAMARA DE OLIVEIRA SAMPAIO
              <input id="cd_Aluno_38" name="cd_Aluno_38" value="983521" type="hidden"></td>
            
            <td id="colunaNotaAluno_983521_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_154" id="ci_AlunoAvaliacao_983521_154" value="89443649" type="hidden">
                <input name="nr_Nota_983521_154" id="nr_Nota_983521_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_160" id="ci_AlunoAvaliacao_983521_160" value="92087223" type="hidden">
                <input name="nr_Nota_983521_160" id="nr_Nota_983521_160" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_530" id="ci_AlunoAvaliacao_983521_530" value="89913217" type="hidden">
                <input name="nr_Nota_983521_530" id="nr_Nota_983521_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_780" id="ci_AlunoAvaliacao_983521_780" value="88634567" type="hidden">
                <input name="nr_Nota_983521_780" id="nr_Nota_983521_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_800" id="ci_AlunoAvaliacao_983521_800" value="89181014" type="hidden">
                <input name="nr_Nota_983521_800" id="nr_Nota_983521_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_890" id="ci_AlunoAvaliacao_983521_890" value="88646694" type="hidden">
                <input name="nr_Nota_983521_890" id="nr_Nota_983521_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_970" id="ci_AlunoAvaliacao_983521_970" value="88637354" type="hidden">
                <input name="nr_Nota_983521_970" id="nr_Nota_983521_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_3330" id="ci_AlunoAvaliacao_983521_3330" value="89448344" type="hidden">
                <input name="nr_Nota_983521_3330" id="nr_Nota_983521_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_1130" id="ci_AlunoAvaliacao_983521_1130" value="89445507" type="hidden">
                <input name="nr_Nota_983521_1130" id="nr_Nota_983521_1130" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_1140" id="ci_AlunoAvaliacao_983521_1140" value="91063731" type="hidden">
                <input name="nr_Nota_983521_1140" id="nr_Nota_983521_1140" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_1200" id="ci_AlunoAvaliacao_983521_1200" value="89184998" type="hidden">
                <input name="nr_Nota_983521_1200" id="nr_Nota_983521_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_1620" id="ci_AlunoAvaliacao_983521_1620" value="89447103" type="hidden">
                <input name="nr_Nota_983521_1620" id="nr_Nota_983521_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_983521_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_983521_1730" id="ci_AlunoAvaliacao_983521_1730" value="89186032" type="hidden">
                <input name="nr_Nota_983521_1730" id="nr_Nota_983521_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1197288&nbsp;SAMIA PEREIRA DE SOUZA
              <input id="cd_Aluno_39" name="cd_Aluno_39" value="1197288" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197288_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_154" id="ci_AlunoAvaliacao_1197288_154" value="89443650" type="hidden">
                <input name="nr_Nota_1197288_154" id="nr_Nota_1197288_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_160" id="ci_AlunoAvaliacao_1197288_160" value="92087224" type="hidden">
                <input name="nr_Nota_1197288_160" id="nr_Nota_1197288_160" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_530" id="ci_AlunoAvaliacao_1197288_530" value="89913218" type="hidden">
                <input name="nr_Nota_1197288_530" id="nr_Nota_1197288_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_780" id="ci_AlunoAvaliacao_1197288_780" value="88634568" type="hidden">
                <input name="nr_Nota_1197288_780" id="nr_Nota_1197288_780" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_800" id="ci_AlunoAvaliacao_1197288_800" value="89181017" type="hidden">
                <input name="nr_Nota_1197288_800" id="nr_Nota_1197288_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_890" id="ci_AlunoAvaliacao_1197288_890" value="88646695" type="hidden">
                <input name="nr_Nota_1197288_890" id="nr_Nota_1197288_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_970" id="ci_AlunoAvaliacao_1197288_970" value="88637355" type="hidden">
                <input name="nr_Nota_1197288_970" id="nr_Nota_1197288_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_3330" id="ci_AlunoAvaliacao_1197288_3330" value="89448345" type="hidden">
                <input name="nr_Nota_1197288_3330" id="nr_Nota_1197288_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_1130" id="ci_AlunoAvaliacao_1197288_1130" value="89445509" type="hidden">
                <input name="nr_Nota_1197288_1130" id="nr_Nota_1197288_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_1140" id="ci_AlunoAvaliacao_1197288_1140" value="91063732" type="hidden">
                <input name="nr_Nota_1197288_1140" id="nr_Nota_1197288_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_1200" id="ci_AlunoAvaliacao_1197288_1200" value="89184999" type="hidden">
                <input name="nr_Nota_1197288_1200" id="nr_Nota_1197288_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_1620" id="ci_AlunoAvaliacao_1197288_1620" value="89447104" type="hidden">
                <input name="nr_Nota_1197288_1620" id="nr_Nota_1197288_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197288_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197288_1730" id="ci_AlunoAvaliacao_1197288_1730" value="89186033" type="hidden">
                <input name="nr_Nota_1197288_1730" id="nr_Nota_1197288_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;640397&nbsp;SARA SOARES GOMES
              <input id="cd_Aluno_40" name="cd_Aluno_40" value="640397" type="hidden"></td>
            
            <td id="colunaNotaAluno_640397_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_154" id="ci_AlunoAvaliacao_640397_154" value="89443651" type="hidden">
                <input name="nr_Nota_640397_154" id="nr_Nota_640397_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_160" id="ci_AlunoAvaliacao_640397_160" value="92087225" type="hidden">
                <input name="nr_Nota_640397_160" id="nr_Nota_640397_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_530" id="ci_AlunoAvaliacao_640397_530" value="89913219" type="hidden">
                <input name="nr_Nota_640397_530" id="nr_Nota_640397_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_780" id="ci_AlunoAvaliacao_640397_780" value="88634569" type="hidden">
                <input name="nr_Nota_640397_780" id="nr_Nota_640397_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_800" id="ci_AlunoAvaliacao_640397_800" value="89181019" type="hidden">
                <input name="nr_Nota_640397_800" id="nr_Nota_640397_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_890" id="ci_AlunoAvaliacao_640397_890" value="88646696" type="hidden">
                <input name="nr_Nota_640397_890" id="nr_Nota_640397_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_970" id="ci_AlunoAvaliacao_640397_970" value="88637356" type="hidden">
                <input name="nr_Nota_640397_970" id="nr_Nota_640397_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_3330" id="ci_AlunoAvaliacao_640397_3330" value="89448346" type="hidden">
                <input name="nr_Nota_640397_3330" id="nr_Nota_640397_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_1130" id="ci_AlunoAvaliacao_640397_1130" value="89445510" type="hidden">
                <input name="nr_Nota_640397_1130" id="nr_Nota_640397_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_1140" id="ci_AlunoAvaliacao_640397_1140" value="91063733" type="hidden">
                <input name="nr_Nota_640397_1140" id="nr_Nota_640397_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_1200" id="ci_AlunoAvaliacao_640397_1200" value="89185000" type="hidden">
                <input name="nr_Nota_640397_1200" id="nr_Nota_640397_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_1620" id="ci_AlunoAvaliacao_640397_1620" value="89447105" type="hidden">
                <input name="nr_Nota_640397_1620" id="nr_Nota_640397_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_640397_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_640397_1730" id="ci_AlunoAvaliacao_640397_1730" value="89186034" type="hidden">
                <input name="nr_Nota_640397_1730" id="nr_Nota_640397_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1197434&nbsp;THAIS BERNARDINO DE ALMEIDA
              <input id="cd_Aluno_41" name="cd_Aluno_41" value="1197434" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197434_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_154" id="ci_AlunoAvaliacao_1197434_154" value="89443652" type="hidden">
                <input name="nr_Nota_1197434_154" id="nr_Nota_1197434_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_160" id="ci_AlunoAvaliacao_1197434_160" value="92087226" type="hidden">
                <input name="nr_Nota_1197434_160" id="nr_Nota_1197434_160" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_530" id="ci_AlunoAvaliacao_1197434_530" value="89913220" type="hidden">
                <input name="nr_Nota_1197434_530" id="nr_Nota_1197434_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_780" id="ci_AlunoAvaliacao_1197434_780" value="88634570" type="hidden">
                <input name="nr_Nota_1197434_780" id="nr_Nota_1197434_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_800" id="ci_AlunoAvaliacao_1197434_800" value="89181021" type="hidden">
                <input name="nr_Nota_1197434_800" id="nr_Nota_1197434_800" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_890" id="ci_AlunoAvaliacao_1197434_890" value="88646697" type="hidden">
                <input name="nr_Nota_1197434_890" id="nr_Nota_1197434_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_970" id="ci_AlunoAvaliacao_1197434_970" value="88637357" type="hidden">
                <input name="nr_Nota_1197434_970" id="nr_Nota_1197434_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_3330" id="ci_AlunoAvaliacao_1197434_3330" value="89448347" type="hidden">
                <input name="nr_Nota_1197434_3330" id="nr_Nota_1197434_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_1130" id="ci_AlunoAvaliacao_1197434_1130" value="89445511" type="hidden">
                <input name="nr_Nota_1197434_1130" id="nr_Nota_1197434_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_1140" id="ci_AlunoAvaliacao_1197434_1140" value="91063734" type="hidden">
                <input name="nr_Nota_1197434_1140" id="nr_Nota_1197434_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_1200" id="ci_AlunoAvaliacao_1197434_1200" value="89185001" type="hidden">
                <input name="nr_Nota_1197434_1200" id="nr_Nota_1197434_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_1620" id="ci_AlunoAvaliacao_1197434_1620" value="89447106" type="hidden">
                <input name="nr_Nota_1197434_1620" id="nr_Nota_1197434_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197434_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197434_1730" id="ci_AlunoAvaliacao_1197434_1730" value="89186035" type="hidden">
                <input name="nr_Nota_1197434_1730" id="nr_Nota_1197434_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;902415&nbsp;VERIDIANE VIANA BORGES
              <input id="cd_Aluno_42" name="cd_Aluno_42" value="902415" type="hidden"></td>
            
            <td id="colunaNotaAluno_902415_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_154" id="ci_AlunoAvaliacao_902415_154" value="89443653" type="hidden">
                <input name="nr_Nota_902415_154" id="nr_Nota_902415_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_160" id="ci_AlunoAvaliacao_902415_160" value="92087227" type="hidden">
                <input name="nr_Nota_902415_160" id="nr_Nota_902415_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_530" id="ci_AlunoAvaliacao_902415_530" value="89913221" type="hidden">
                <input name="nr_Nota_902415_530" id="nr_Nota_902415_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_780" id="ci_AlunoAvaliacao_902415_780" value="88634571" type="hidden">
                <input name="nr_Nota_902415_780" id="nr_Nota_902415_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_800" id="ci_AlunoAvaliacao_902415_800" value="89181023" type="hidden">
                <input name="nr_Nota_902415_800" id="nr_Nota_902415_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_890" id="ci_AlunoAvaliacao_902415_890" value="88646698" type="hidden">
                <input name="nr_Nota_902415_890" id="nr_Nota_902415_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_970" id="ci_AlunoAvaliacao_902415_970" value="88637358" type="hidden">
                <input name="nr_Nota_902415_970" id="nr_Nota_902415_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_3330" id="ci_AlunoAvaliacao_902415_3330" value="89448348" type="hidden">
                <input name="nr_Nota_902415_3330" id="nr_Nota_902415_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_1130" id="ci_AlunoAvaliacao_902415_1130" value="89445512" type="hidden">
                <input name="nr_Nota_902415_1130" id="nr_Nota_902415_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_1140" id="ci_AlunoAvaliacao_902415_1140" value="91063735" type="hidden">
                <input name="nr_Nota_902415_1140" id="nr_Nota_902415_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_1200" id="ci_AlunoAvaliacao_902415_1200" value="89185002" type="hidden">
                <input name="nr_Nota_902415_1200" id="nr_Nota_902415_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_1620" id="ci_AlunoAvaliacao_902415_1620" value="89447107" type="hidden">
                <input name="nr_Nota_902415_1620" id="nr_Nota_902415_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902415_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902415_1730" id="ci_AlunoAvaliacao_902415_1730" value="89186036" type="hidden">
                <input name="nr_Nota_902415_1730" id="nr_Nota_902415_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;902419&nbsp;VIVIANE VIANA BORGES
              <input id="cd_Aluno_43" name="cd_Aluno_43" value="902419" type="hidden"></td>
            
            <td id="colunaNotaAluno_902419_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_154" id="ci_AlunoAvaliacao_902419_154" value="89443654" type="hidden">
                <input name="nr_Nota_902419_154" id="nr_Nota_902419_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_160" id="ci_AlunoAvaliacao_902419_160" value="92087228" type="hidden">
                <input name="nr_Nota_902419_160" id="nr_Nota_902419_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_530" id="ci_AlunoAvaliacao_902419_530" value="89913222" type="hidden">
                <input name="nr_Nota_902419_530" id="nr_Nota_902419_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_780" id="ci_AlunoAvaliacao_902419_780" value="88634572" type="hidden">
                <input name="nr_Nota_902419_780" id="nr_Nota_902419_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_800" id="ci_AlunoAvaliacao_902419_800" value="89181025" type="hidden">
                <input name="nr_Nota_902419_800" id="nr_Nota_902419_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_890" id="ci_AlunoAvaliacao_902419_890" value="88646699" type="hidden">
                <input name="nr_Nota_902419_890" id="nr_Nota_902419_890" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_970" id="ci_AlunoAvaliacao_902419_970" value="88637359" type="hidden">
                <input name="nr_Nota_902419_970" id="nr_Nota_902419_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_3330" id="ci_AlunoAvaliacao_902419_3330" value="89448349" type="hidden">
                <input name="nr_Nota_902419_3330" id="nr_Nota_902419_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_1130" id="ci_AlunoAvaliacao_902419_1130" value="89445513" type="hidden">
                <input name="nr_Nota_902419_1130" id="nr_Nota_902419_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_1140" id="ci_AlunoAvaliacao_902419_1140" value="91063736" type="hidden">
                <input name="nr_Nota_902419_1140" id="nr_Nota_902419_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_1200" id="ci_AlunoAvaliacao_902419_1200" value="89185003" type="hidden">
                <input name="nr_Nota_902419_1200" id="nr_Nota_902419_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_1620" id="ci_AlunoAvaliacao_902419_1620" value="89447108" type="hidden">
                <input name="nr_Nota_902419_1620" id="nr_Nota_902419_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902419_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902419_1730" id="ci_AlunoAvaliacao_902419_1730" value="89186037" type="hidden">
                <input name="nr_Nota_902419_1730" id="nr_Nota_902419_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1167685&nbsp;WILLIAM SILVA BRAGA
              <input id="cd_Aluno_44" name="cd_Aluno_44" value="1167685" type="hidden"></td>
            
            <td id="colunaNotaAluno_1167685_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_154" id="ci_AlunoAvaliacao_1167685_154" value="89443655" type="hidden">
                <input name="nr_Nota_1167685_154" id="nr_Nota_1167685_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_160" id="ci_AlunoAvaliacao_1167685_160" value="92087229" type="hidden">
                <input name="nr_Nota_1167685_160" id="nr_Nota_1167685_160" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_530" id="ci_AlunoAvaliacao_1167685_530" value="89913223" type="hidden">
                <input name="nr_Nota_1167685_530" id="nr_Nota_1167685_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_780" id="ci_AlunoAvaliacao_1167685_780" value="88634573" type="hidden">
                <input name="nr_Nota_1167685_780" id="nr_Nota_1167685_780" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_800" id="ci_AlunoAvaliacao_1167685_800" value="89181026" type="hidden">
                <input name="nr_Nota_1167685_800" id="nr_Nota_1167685_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_890" id="ci_AlunoAvaliacao_1167685_890" value="88646700" type="hidden">
                <input name="nr_Nota_1167685_890" id="nr_Nota_1167685_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_970" id="ci_AlunoAvaliacao_1167685_970" value="88637360" type="hidden">
                <input name="nr_Nota_1167685_970" id="nr_Nota_1167685_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_3330" id="ci_AlunoAvaliacao_1167685_3330" value="89448350" type="hidden">
                <input name="nr_Nota_1167685_3330" id="nr_Nota_1167685_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_1130" id="ci_AlunoAvaliacao_1167685_1130" value="89445514" type="hidden">
                <input name="nr_Nota_1167685_1130" id="nr_Nota_1167685_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_1140" id="ci_AlunoAvaliacao_1167685_1140" value="91063737" type="hidden">
                <input name="nr_Nota_1167685_1140" id="nr_Nota_1167685_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_1200" id="ci_AlunoAvaliacao_1167685_1200" value="89185004" type="hidden">
                <input name="nr_Nota_1167685_1200" id="nr_Nota_1167685_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_1620" id="ci_AlunoAvaliacao_1167685_1620" value="89447109" type="hidden">
                <input name="nr_Nota_1167685_1620" id="nr_Nota_1167685_1620" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167685_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167685_1730" id="ci_AlunoAvaliacao_1167685_1730" value="89186038" type="hidden">
                <input name="nr_Nota_1167685_1730" id="nr_Nota_1167685_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
        </tbody></table>
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td align="center">
              <br>
              
              			<input name="btnIncluir" class="botao" id="btnIncluir" value=" Incluir " onclick="ValidaPagina(this,'I');" type="button">
            	  
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;                      
                      <input name="btnExcluir" class="botao" id="btnExcluir" value=" Excluir " onclick="Excluir(this);" type="button">
    	                        
              </td>
          </tr>
        </tbody></table>
        </td>
    </tr>
  </tbody></table>
</form>
<div class="" style="display: block; top: 339px; left: 852px;" id="tooltip"><h3>LINGUA ESTRANGEIRA (INGLES)</h3><div class="body">BRUNA KEZIA PEREIRA LOPES DE MORAES</div><div style="display: none;" class="url"></div></div><div id="hintbox"></div></body></html>